emacs-diffs
[Top][All Lists]
Advanced

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

master 06bf218f69a: * Enable native speed 2 EMBA build and tests and dis


From: Andrea Corallo
Subject: master 06bf218f69a: * Enable native speed 2 EMBA build and tests and disable speed 0
Date: Thu, 8 Dec 2022 10:45:37 -0500 (EST)

branch: master
commit 06bf218f69a62d5d5c8d3b3767d7db8d9fb4bb9f
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Enable native speed 2 EMBA build and tests and disable speed 0
    
            * test/infra/gitlab-ci.yml (build-native-comp-speed2): Uncomment.
            (build-native-comp-speed0): Comment.
            (test-native-comp-speed0): Remove.
            (test-native-comp-speed2): Add.
---
 test/infra/gitlab-ci.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 64b47eb7e47..96fe9e3a1c3 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -246,32 +246,32 @@ test-gnustep:
     target: emacs-gnustep
     make_params: install
 
-build-native-comp-speed0:
-  stage: native-comp-images
-  extends: [.job-template, .build-template, .native-comp-template]
-  variables:
-    target: emacs-native-comp-speed0
-
-# build-native-comp-speed1:
+# build-native-comp-speed0:
 #   stage: native-comp-images
 #   extends: [.job-template, .build-template, .native-comp-template]
 #   variables:
-#     target: emacs-native-comp-speed1
+#     target: emacs-native-comp-speed0
 
-# build-native-comp-speed2:
+# build-native-comp-speed1:
 #   stage: native-comp-images
 #   extends: [.job-template, .build-template, .native-comp-template]
 #   variables:
-#     target: emacs-native-comp-speed2
+#     target: emacs-native-comp-speed1
+
+build-native-comp-speed2:
+  stage: native-comp-images
+  extends: [.job-template, .build-template, .native-comp-template]
+  variables:
+    target: emacs-native-comp-speed2
 
-test-native-comp-speed0:
+test-native-comp-speed2:
   stage: native-comp
   extends: [.job-template, .test-template, .native-comp-template]
   needs:
-    - job: build-native-comp-speed0
+    - job: build-native-comp-speed2
       optional: true
   variables:
-    target: emacs-native-comp-speed0
+    target: emacs-native-comp-speed2
     make_params: "-k -C test check SELECTOR='(not (tag :unstable))'"
 
 # Local Variables:



reply via email to

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