[gnome-build-meta/abderrahim/disable-ppc64le] .gitlab-ci.yml: drop ppc64le support
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/disable-ppc64le] .gitlab-ci.yml: drop ppc64le support
- Date: Mon, 21 Jun 2021 18:47:49 +0000 (UTC)
commit ae09183a38cdfc6aad5d933627f64c972b3fce2d
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Mon Jun 21 19:47:39 2021 +0100
.gitlab-ci.yml: drop ppc64le support
The runner has been offline for a few weeks
.gitlab-ci.yml | 9 +--------
.gitlab-ci/arch.yml | 10 ----------
2 files changed, 1 insertion(+), 18 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cb61301..c12baf9f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,11 +144,6 @@ build-aarch64:
- .build-template
- .aarch64
-build-ppc64le:
- extends:
- - .build-template
- - .ppc64le
-
generate-deploy-config:
extends:
@@ -163,8 +158,6 @@ generate-deploy-config:
artifacts: false
- job: 'build-aarch64'
artifacts: false
- - job: 'build-ppc64le'
- artifacts: false
stage: deploy-config
script:
- test -f track-job.id && TRACK_JOB_ID=$(cat track-job.id)
@@ -174,7 +167,7 @@ generate-deploy-config:
FLAT_MANAGER_SERVER=https://nightly.gnome.org/
ENVIRONMENT_NAME=flatpak-nightly
FLAT_MANAGER_REPO=nightly
- SUPPORTED_ARCHES="x86_64 i686 aarch64 ppc64le"
+ SUPPORTED_ARCHES="x86_64 i686 aarch64"
;;
*beta)
FLAT_MANAGER_SERVER=https://hub.flathub.org/
diff --git a/.gitlab-ci/arch.yml b/.gitlab-ci/arch.yml
index 2114f5ef..67b7870b 100644
--- a/.gitlab-ci/arch.yml
+++ b/.gitlab-ci/arch.yml
@@ -5,7 +5,6 @@ variables:
DOCKER_AMD64: "${DOCKER_REGISTRY}/bst16/amd64:${DOCKER_IMAGE_ID}"
DOCKER_AARCH64: "${DOCKER_REGISTRY}/bst16/arm64:${DOCKER_IMAGE_ID}"
- DOCKER_PPC64LE: "${DOCKER_REGISTRY}/bst16/ppc64le:${DOCKER_IMAGE_ID}"
#
# Architecture specific settings
@@ -42,12 +41,3 @@ variables:
- gnome-build-meta
variables:
ARCH: arm
-
-.ppc64le:
- image: "${DOCKER_PPC64LE}"
- tags:
- - ppc64le
- - gnome-build-meta
- variables:
- ARCH: ppc64le
- allow_failure: true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]