hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is being held high
[qemu/ar7.git] / .gitlab-ci.d / containers.yml
blobbe34cbc7badf5f202adbdd706cf7aace34eb8c09
1 include:
2   - local: '/.gitlab-ci.d/container-core.yml'
3   - local: '/.gitlab-ci.d/container-cross.yml'
5 amd64-alpine-container:
6   extends: .container_job_template
7   variables:
8     NAME: alpine
10 amd64-debian11-container:
11   extends: .container_job_template
12   variables:
13     NAME: debian11
15 amd64-debian-container:
16   extends: .container_job_template
17   stage: containers
18   variables:
19     NAME: debian-amd64
21 amd64-ubuntu2004-container:
22   extends: .container_job_template
23   variables:
24     NAME: ubuntu2004
26 amd64-opensuse-leap-container:
27   extends: .container_job_template
28   variables:
29     NAME: opensuse-leap
31 python-container:
32   extends: .container_job_template
33   variables:
34     NAME: python