[gjs: 2/3] CI: try to make it faster



commit 248bc6619ed4b511e77ec0aa476b9d0e9af73533
Author: Claudio André <claudioandre br gmail com>
Date:   Mon Jun 11 10:03:02 2018 -0300

    CI: try to make it faster
    
    In order to improve the contributor experience, provide a fast CI
    feedback to the developer.

 .gitlab-ci.yml | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 485f22d4..5a5e279e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,22 +105,6 @@ fedora_clang:
     CC: clang
     TEST: "distcheck"
 
-no_profiler:
-  <<: *build
-  stage: thorough_tests
-  image: claudioandre/spidermonkey:fedora.dev.gcc
-  variables:
-    TEST: "check"
-    BUILD_OPTS: "--disable-profiler"
-
-installed_tests:
-  <<: *build
-  stage: thorough_tests
-  image: claudioandre/spidermonkey:ubuntu.dev.gcc
-  variables:
-    CC: clang
-    BUILD_OPTS: "--enable-installed-tests --prefix=/usr"
-
 sanitizer_gcc:
   <<: *build
   stage: thorough_tests
@@ -265,6 +249,24 @@ no_graphics:
     BUILD_OPTS: "--without-cairo --without-gtk"
   when: manual
 
+no_profiler:
+  <<: *build
+  stage: thorough_tests
+  image: claudioandre/spidermonkey:fedora.dev.gcc
+  variables:
+    TEST: "check"
+    BUILD_OPTS: "--disable-profiler"
+  when: manual
+
+installed_tests:
+  <<: *build
+  stage: thorough_tests
+  image: claudioandre/spidermonkey:ubuntu.dev.gcc
+  variables:
+    CC: clang
+    BUILD_OPTS: "--enable-installed-tests --prefix=/usr"
+  when: manual
+
 lts:
   <<: *build
   <<: *jhbuild


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]