Backport: 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.

(cherry picked from commit 06bf218f69)
This commit is contained in:
Andrea Corallo 2022-12-08 16:40:54 +01:00 committed by Michael Albinus
parent 6a9e38f22c
commit fa36b5ddf5

View file

@ -246,11 +246,11 @@ 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-speed0:
# stage: native-comp-images
# extends: [.job-template, .build-template, .native-comp-template]
# variables:
# target: emacs-native-comp-speed0
# build-native-comp-speed1:
# stage: native-comp-images
@ -258,20 +258,20 @@ build-native-comp-speed0:
# variables:
# 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
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: