summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-06-18 13:14:03 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-06-24 21:33:16 +0200
commit80b7433505518df1e4e422bc4d16df2600159696 (patch)
treeb0946630c800a224f907f223c1a5bd04c3a6904d
parentad8c2b40ff107f8c6fe3314d02f25ec336f4e5e1 (diff)
downloadgnutls-80b7433505518df1e4e422bc4d16df2600159696.tar.gz
.gitlab-ci.yml: use qemu for aarch64 testing
This eliminates the need (and costs) to maintain a separate baremetal system. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml26
1 files changed, 3 insertions, 23 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7237f8e56..37dd563444 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -480,29 +480,6 @@ Debian.x86_64:
- build/tests/*/*.log
- build/tests/suite/*/*.log
-Debian.aarch64:
- stage: stage1-testing
- image:
- script:
- - ./bootstrap && mkdir -p build && cd build &&
- dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --disable-doc --disable-guile --disable-full-test-suite &&
- make -j$(nproc) && make check -j$(nproc)
- - cd ..
- tags:
- - aarch64
- only:
- - branches@gnutls/gnutls
- except:
- - tags
- artifacts:
- expire_in: 1 week
- when: on_failure
- paths:
- - build/*.log
- - build/tests/*.log
- - build/tests/*/*.log
- - build/tests/suite/*/*.log
-
.Debian.cross.template: &Debian_cross_template
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_CROSS_BUILD
@@ -545,3 +522,6 @@ Debian.cross.arm-linux-gnueabihf:
Debian.cross.mips-linux-gnu:
<<: *Debian_cross_template
+
+Debian.cross.aarch64-linux-gnu:
+ <<: *Debian_cross_template