[gjs/alatiera/native-aarch64: 1/2] wip test
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/alatiera/native-aarch64: 1/2] wip test
- Date: Wed, 6 Feb 2019 10:36:29 +0000 (UTC)
commit ead8e38d428559e6c53ca6466f2a095a0ce90704
Author: Jordan Petridis <jpetridis gnome org>
Date: Wed Feb 6 00:43:46 2019 +0200
wip test
.gitlab-ci.yml | 26 +++++++++++++++++++++-----
1 file changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d2f04e5..ced66b9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -121,6 +121,24 @@ stages:
# Done
- *CI_footer
+.not_qemu: &aarch64_native
+ image: 'registry.gitlab.gnome.org/gnome/gjs:SM60-gcc.fedora-dev.aarch64'
+ tags:
+ - 'aarch64'
+ artifacts:
+ name: log
+ when: always
+ paths: *reg_files
+ script:
+ # CI starts here. Previous messages are from GitLab Runner setup.
+ - *CI_header
+
+ # Run the multiarch test job using QEMU
+ - test/test-ci.sh GJS
+
+ # Done
+ - *CI_footer
+
#############################################
# Regular tests #
#############################################
@@ -469,11 +487,11 @@ zeal_11:
# Multiarch Tests (weekly) #
#############################################
armv8:
- <<: *multiarch
+ <<: *aarch64_native
stage: thorough_tests
variables:
TASK_ID: "fedora-armv8-gcc-default-default-check"
- DOCKER_DRIVER: overlay
+ TEST: 'check'
IMAGE: "registry.gitlab.gnome.org/gnome/gjs:SM60-gcc.fedora-dev.aarch64"
only:
variables:
@@ -680,12 +698,10 @@ zeal_11:
# Multiarch Tests (weekly)
armv8:
- <<: *multiarch
+ <<: *aarch64_native
stage: manual
variables:
TASK_ID: "fedora-armv8-gcc-default-default-check"
- DOCKER_DRIVER: overlay
- IMAGE: "registry.gitlab.gnome.org/gnome/gjs:SM60-gcc.fedora-dev.aarch64"
when: manual
except:
- schedules
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]