This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jjardon/aarch64
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 6d26fd92899976ced3861e431dcaeb9372637978
Author: Javier Jardón <[email protected]>
AuthorDate: Wed Nov 7 12:36:22 2018 +0000

    .gitlab-ci.yml: Add jobs to run tests in aarch64
---
 .gitlab-ci.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35a960b..6ebc84e 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

Reply via email to