diff options
author | Valentin David <valentin.david@codethink.co.uk> | 2018-11-12 12:55:22 +0100 |
---|---|---|
committer | Valentin David <valentin.david@gmail.com> | 2018-11-14 11:43:33 +0000 |
commit | c87d6e4506c620feb21c851248bd2f0b226160c0 (patch) | |
tree | f841b5e80ff9bfb88137d67fbd88b90993c36d3e /.gitlab-ci.yml | |
parent | e55a9703f9567953ee5675da4725940c08ec90eb (diff) | |
download | buildstream-c87d6e4506c620feb21c851248bd2f0b226160c0.tar.gz |
Run tests on aarch64
Fixes #755
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35a960b31..e030d7a54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,25 +86,31 @@ source_dist: - coverage-linux/ tests-debian-9: - image: buildstream/testsuite-debian:9-master-119-552f5fc6 + image: buildstream/testsuite-debian:9-master-123-7ce6581b <<: *linux-tests tests-fedora-27: - image: buildstream/testsuite-fedora:27-master-119-552f5fc6 + image: buildstream/testsuite-fedora:27-master-123-7ce6581b <<: *linux-tests tests-fedora-28: - image: buildstream/testsuite-fedora:28-master-119-552f5fc6 + image: buildstream/testsuite-fedora:28-master-123-7ce6581b <<: *linux-tests tests-ubuntu-18.04: - image: buildstream/testsuite-ubuntu:18.04-master-119-552f5fc6 + image: buildstream/testsuite-ubuntu:18.04-master-123-7ce6581b + <<: *linux-tests + +tests-fedora-28-aarch64: + image: buildstream/testsuite-fedora:aarch64-28-master-123-7ce6581b + 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 - image: buildstream/testsuite-fedora:27-master-119-552f5fc6 + image: buildstream/testsuite-fedora:27-master-123-7ce6581b stage: test variables: BST_FORCE_BACKEND: "unix" |