[tracker/wip/carlosg/ci-playground: 1/4] ci: Add aarch64 build/tests
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/ci-playground: 1/4] ci: Add aarch64 build/tests
- Date: Sun, 16 May 2021 19:01:17 +0000 (UTC)
commit f04d01a055cd12506d048278af818fbc765b588c
Author: Carlos Garnacho <carlosg gnome org>
Date: Sun May 16 12:29:00 2021 +0200
ci: Add aarch64 build/tests
.gitlab-ci.yml | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4102b743..5328a4b16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,6 +59,14 @@ stages:
FDO_DISTRIBUTION_VERSION: rawhide
FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
+.tracker.fedora:34@aarch64:
+ extends: .tracker.fedora@common
+ variables:
+ FDO_DISTRIBUTION_VERSION: 34
+ FDO_DISTRIBUTION_TAG: "aarch64-${BASE_TAG}"
+ tags:
+ - aarch64
+
.tracker.ubuntu:rolling@x86_64:
extends: .tracker.ubuntu@common
variables:
@@ -87,6 +95,14 @@ build-fedora-rawhide-container@x86_64:
variables:
GIT_STRATEGY: none
+build-fedora-container@aarch64:
+ extends:
+ - .fdo.container-build@fedora
+ - .tracker.fedora:34@aarch64
+ stage: prepare
+ variables:
+ GIT_STRATEGY: none
+
build-ubuntu-container@x86_64:
extends:
- .fdo.container-build@ubuntu
@@ -129,6 +145,15 @@ build-fedora-rawhide@x86_64:
- build-fedora-rawhide-container@x86_64
<<: *build
+build-fedora@aarch64:
+ extends:
+ - .fdo.distribution-image@fedora
+ - .tracker.fedora:34@aarch64
+ needs:
+ - build-fedora-container@aarch64
+ allow_failure: true
+ <<: *build
+
build-ubuntu-rolling@x86_64:
extends:
- .fdo.distribution-image@ubuntu
@@ -195,6 +220,15 @@ test-fedora-rawhide@x86_64:
- build-fedora-rawhide@x86_64
<<: *test
+test-fedora@aarch64:
+ extends:
+ - .fdo.distribution-image@fedora
+ - .tracker.fedora:34@aarch64
+ needs:
+ - build-fedora@aarch64
+ allow_failure: true
+ <<: *test
+
test-ubuntu@x86_64:
extends:
- .fdo.distribution-image@ubuntu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]