patchew: move quick build job from CentOS 7 to CentOS 8 container
It has been over two years since RHEL-8 was released, and thus per the platform build policy, we no longer need to support RHEL-7 as a build target. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20210514120415.1368922-3-berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
b4c10fc6fe
commit
f4d4be8212
@ -88,7 +88,7 @@ email:
|
|||||||
more information:
|
more information:
|
||||||
|
|
||||||
{{ logtext }}
|
{{ logtext }}
|
||||||
{% elif test == "docker-mingw@fedora" or test == "docker-quick@centos7" or test == "asan" %}
|
{% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}
|
||||||
Hi,
|
Hi,
|
||||||
|
|
||||||
This series failed the {{ test }} build test. Please find the testing commands and
|
This series failed the {{ test }} build test. Please find the testing commands and
|
||||||
@ -124,13 +124,13 @@ testing:
|
|||||||
script: |
|
script: |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
|
time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
|
||||||
docker-quick@centos7:
|
docker-quick@centos8:
|
||||||
enabled: false
|
enabled: false
|
||||||
requirements: docker,x86_64
|
requirements: docker,x86_64
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
script: |
|
script: |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
|
time make docker-test-quick@centos8 SHOW_ENV=1 J=14 NETWORK=1
|
||||||
checkpatch:
|
checkpatch:
|
||||||
enabled: true
|
enabled: true
|
||||||
requirements: ''
|
requirements: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user