You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:11:52 UTC

[buildstream] branch jjardon/aarch64 created (now 6d26fd9)

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

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


      at 6d26fd9  .gitlab-ci.yml: Add jobs to run tests in aarch64

This branch includes the following new commits:

     new 6d26fd9  .gitlab-ci.yml: Add jobs to run tests in aarch64

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: .gitlab-ci.yml: Add jobs to run tests in aarch64

Posted by gi...@apache.org.
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 <jj...@gnome.org>
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