summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-11-07 12:36:22 +0000
committerJavier Jardón <jjardon@gnome.org>2018-11-07 22:00:54 +0000
commit6d26fd92899976ced3861e431dcaeb9372637978 (patch)
treee9b8d84e77681fe3fcd2524686e73527cf5db96e
parentf24e20e991df21a50298cd75bd0c02004550b213 (diff)
downloadbuildstream-jjardon/aarch64.tar.gz
.gitlab-ci.yml: Add jobs to run tests in aarch64jjardon/aarch64
-rw-r--r--.gitlab-ci.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35a960b31..6ebc84e95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,6 +89,12 @@ tests-debian-9:
image: buildstream/testsuite-debian:9-master-119-552f5fc6
<<: *linux-tests
+tests-debian-9-aarch64:
+ image: buildstream/testsuite-debian:aarch64-9-master-123-8931e42c
+ tags:
+ - aarch64
+ <<: *linux-tests
+
tests-fedora-27:
image: buildstream/testsuite-fedora:27-master-119-552f5fc6
<<: *linux-tests
@@ -97,10 +103,22 @@ tests-fedora-28:
image: buildstream/testsuite-fedora:28-master-119-552f5fc6
<<: *linux-tests
+tests-fedora-28-aarch64:
+ image: buildstream/testsuite-fedora:aarch64-27-master-123-8931e42c
+ tags:
+ - aarch64
+ <<: *linux-tests
+
tests-ubuntu-18.04:
image: buildstream/testsuite-ubuntu:18.04-master-119-552f5fc6
<<: *linux-tests
+tests-ubuntu-18.04-aarch64:
+ image: buildstream/testsuite-ubuntu:aarch64-27-master-123-8931e42c
+ tags:
+ - aarch64
+ <<: *linux-tests
+
tests-unix:
# Use fedora here, to a) run a test on fedora and b) ensure that we
# can get rid of ostree - this is not possible with debian-8