mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Revert "gitlab: disable accelerated zlib for s390x"
This reverts commit 309df6acb2
.
With Ilya's 'multifd: Copy pages before compressing them with zlib'
in the latest migration series, this shouldn't be a problem any more.
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
90eb69e4f1
commit
db727a1410
2 changed files with 2 additions and 16 deletions
|
@ -8,8 +8,6 @@ ubuntu-20.04-s390x-all-linux-static:
|
|||
tags:
|
||||
- ubuntu_20.04
|
||||
- s390x
|
||||
variables:
|
||||
DFLTCC: 0
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
|
||||
- if: "$S390X_RUNNER_AVAILABLE"
|
||||
|
@ -29,8 +27,6 @@ ubuntu-20.04-s390x-all:
|
|||
tags:
|
||||
- ubuntu_20.04
|
||||
- s390x
|
||||
variables:
|
||||
DFLTCC: 0
|
||||
timeout: 75m
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
|
||||
|
@ -48,8 +44,6 @@ ubuntu-20.04-s390x-alldbg:
|
|||
tags:
|
||||
- ubuntu_20.04
|
||||
- s390x
|
||||
variables:
|
||||
DFLTCC: 0
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
|
||||
when: manual
|
||||
|
@ -71,8 +65,6 @@ ubuntu-20.04-s390x-clang:
|
|||
tags:
|
||||
- ubuntu_20.04
|
||||
- s390x
|
||||
variables:
|
||||
DFLTCC: 0
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
|
||||
when: manual
|
||||
|
@ -93,8 +85,6 @@ ubuntu-20.04-s390x-tci:
|
|||
tags:
|
||||
- ubuntu_20.04
|
||||
- s390x
|
||||
variables:
|
||||
DFLTCC: 0
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
|
||||
when: manual
|
||||
|
@ -114,8 +104,6 @@ ubuntu-20.04-s390x-notcg:
|
|||
tags:
|
||||
- ubuntu_20.04
|
||||
- s390x
|
||||
variables:
|
||||
DFLTCC: 0
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
|
||||
when: manual
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue