# setup by the scripts/ci/setup/build-environment.yml task
# "Install basic packages to build QEMU on Ubuntu 18.04/20.04"
ubuntu-18.04-s390x-all-linux-static:
- allow_failure: true
needs: []
stage: build
tags:
- make --output-sync -j`nproc` check-tcg V=1
ubuntu-18.04-s390x-all:
- allow_failure: true
needs: []
stage: build
tags:
- make --output-sync -j`nproc` check V=1
ubuntu-18.04-s390x-alldbg:
- allow_failure: true
needs: []
stage: build
tags:
- s390x
rules:
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
+ when: manual
- if: "$S390X_RUNNER_AVAILABLE"
+ when: manual
script:
- mkdir build
- cd build
- make --output-sync -j`nproc` check V=1
ubuntu-18.04-s390x-clang:
- allow_failure: true
needs: []
stage: build
tags:
- make --output-sync -j`nproc` check V=1
ubuntu-18.04-s390x-tci:
- allow_failure: true
needs: []
stage: build
tags:
- s390x
rules:
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
+ when: manual
- if: "$S390X_RUNNER_AVAILABLE"
+ when: manual
script:
- mkdir build
- cd build
- make --output-sync -j`nproc`
ubuntu-18.04-s390x-notcg:
- allow_failure: true
needs: []
stage: build
tags:
# setup by the scripts/ci/setup/qemu/build-environment.yml task
# "Install basic packages to build QEMU on Ubuntu 18.04/20.04"
ubuntu-20.04-aarch64-all-linux-static:
- allow_failure: true
needs: []
stage: build
tags:
- make --output-sync -j`nproc` check-tcg V=1
ubuntu-20.04-aarch64-all:
- allow_failure: true
needs: []
stage: build
tags:
- aarch64
rules:
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
+ when: manual
- if: "$AARCH64_RUNNER_AVAILABLE"
+ when: manual
script:
- mkdir build
- cd build
- make --output-sync -j`nproc` check V=1
ubuntu-20.04-aarch64-alldbg:
- allow_failure: true
needs: []
stage: build
tags:
- make --output-sync -j`nproc` check V=1
ubuntu-20.04-aarch64-clang:
- allow_failure: true
needs: []
stage: build
tags:
- make --output-sync -j`nproc` check V=1
ubuntu-20.04-aarch64-tci:
- allow_failure: true
needs: []
stage: build
tags:
- aarch64
rules:
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
+ when: manual
- if: "$AARCH64_RUNNER_AVAILABLE"
+ when: manual
script:
- mkdir build
- cd build
- make --output-sync -j`nproc`
ubuntu-20.04-aarch64-notcg:
- allow_failure: true
needs: []
stage: build
tags: