emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 208ffc2: * .gitlab-ci.yml: Move native-comp tests in


From: Andrea Corallo
Subject: feature/native-comp 208ffc2: * .gitlab-ci.yml: Move native-comp tests into 'slow' stage.
Date: Tue, 6 Apr 2021 15:41:20 -0400 (EDT)

branch: feature/native-comp
commit 208ffc284c7f492151c1d2f76845cefea7a35341
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * .gitlab-ci.yml: Move native-comp tests into 'slow' stage.
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acc1649..cf2cf3e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]