]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitlab-ci.yml: Move native-comp tests into 'slow' stage.
authorAndrea Corallo <akrl@sdf.org>
Tue, 6 Apr 2021 19:40:15 +0000 (21:40 +0200)
committerAndrea Corallo <akrl@sdf.org>
Tue, 6 Apr 2021 19:40:15 +0000 (21:40 +0200)
.gitlab-ci.yml

index acc1649bdab31e9970257329fce6cd354e51daf2..cf2cf3e3599fb0773ae93871ba6559c399d293d8 100644 (file)
@@ -136,7 +136,7 @@ test-filenotify-gio:
 test-native-bootstrap-speed0:
   # Test a full native bootstrap
   # Run for now only speed 0 to limit memory usage and compilation time.
-  stage: test
+  stage: slow
   # Uncomment the following to run it only when sceduled.
   # only:
   #   - schedules
@@ -148,7 +148,7 @@ test-native-bootstrap-speed0:
   timeout: 8 hours
 
 test-native-bootstrap-speed1:
-  stage: test
+  stage: slow
   script:
     - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libgccjit-6-dev
     - ./autogen.sh autoconf
@@ -157,7 +157,7 @@ test-native-bootstrap-speed1:
   timeout: 8 hours
 
 test-native-bootstrap-speed2:
-  stage: test
+  stage: slow
   script:
     - DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libgccjit-6-dev
     - ./autogen.sh autoconf