[gnome-build-meta/jjardon/gnome-40-fdsdk-20.08.17: 1/4] .gitlab-ci.yml: drop ppc64le support
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/jjardon/gnome-40-fdsdk-20.08.17: 1/4] .gitlab-ci.yml: drop ppc64le support
- Date: Tue, 11 Jan 2022 08:50:39 +0000 (UTC)
commit 8841fcdbaa9b73862c94bc8d00ef7d5c41a51bd6
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
Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1469>
.gitlab-ci.yml | 7 +------
.gitlab-ci/arch.yml | 10 ----------
2 files changed, 1 insertion(+), 16 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da0650ce5..6126f83b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,11 +139,6 @@ build-aarch64:
- .build-template
- .aarch64
-build-ppc64le:
- extends:
- - .build-template
- - .ppc64le
-
generate-deploy-config:
extends:
@@ -159,7 +154,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 bc477c368..26b1f7bc6 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]