mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-26 18:18:24 +00:00
Remove centos7-ppc64le from CI
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
9a5c1bbe48
commit
1ef8dc3137
@ -116,12 +116,6 @@ package-amazonlinux2-x86_64:
|
|||||||
- .dist-amazonlinux2
|
- .dist-amazonlinux2
|
||||||
- .arch-x86_64
|
- .arch-x86_64
|
||||||
|
|
||||||
package-centos7-ppc64le:
|
|
||||||
extends:
|
|
||||||
- .package-build
|
|
||||||
- .dist-centos7
|
|
||||||
- .arch-ppc64le
|
|
||||||
|
|
||||||
package-centos7-x86_64:
|
package-centos7-x86_64:
|
||||||
extends:
|
extends:
|
||||||
- .package-build
|
- .package-build
|
||||||
@ -210,7 +204,6 @@ image-centos7:
|
|||||||
- .package-artifacts
|
- .package-artifacts
|
||||||
- .dist-centos7
|
- .dist-centos7
|
||||||
needs:
|
needs:
|
||||||
- package-centos7-ppc64le
|
|
||||||
- package-centos7-x86_64
|
- package-centos7-x86_64
|
||||||
|
|
||||||
image-ubi8:
|
image-ubi8:
|
||||||
@ -260,8 +253,6 @@ image-packaging:
|
|||||||
optional: true
|
optional: true
|
||||||
- job: package-amazonlinux2-x86_64
|
- job: package-amazonlinux2-x86_64
|
||||||
optional: true
|
optional: true
|
||||||
- job: package-centos7-ppc64le
|
|
||||||
optional: true
|
|
||||||
- job: package-centos7-x86_64
|
- job: package-centos7-x86_64
|
||||||
optional: true
|
optional: true
|
||||||
- job: package-centos8-ppc64le
|
- job: package-centos8-ppc64le
|
||||||
|
@ -29,7 +29,6 @@ SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../scripts && pwd )"
|
|||||||
all=(
|
all=(
|
||||||
amazonlinux2-aarch64
|
amazonlinux2-aarch64
|
||||||
amazonlinux2-x86_64
|
amazonlinux2-x86_64
|
||||||
centos7-ppc64le
|
|
||||||
centos7-x86_64
|
centos7-x86_64
|
||||||
centos8-aarch64
|
centos8-aarch64
|
||||||
centos8-ppc64le
|
centos8-ppc64le
|
||||||
|
@ -158,7 +158,6 @@ function sync() {
|
|||||||
all=(
|
all=(
|
||||||
amazonlinux2-aarch64
|
amazonlinux2-aarch64
|
||||||
amazonlinux2-x86_64
|
amazonlinux2-x86_64
|
||||||
centos7-ppc64le
|
|
||||||
centos7-x86_64
|
centos7-x86_64
|
||||||
centos8-aarch64
|
centos8-aarch64
|
||||||
centos8-ppc64le
|
centos8-ppc64le
|
||||||
|
Loading…
Reference in New Issue
Block a user