[gjs/mozjs102: 11/11] TEMP: use built mozjs102 CI images
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/mozjs102: 11/11] TEMP: use built mozjs102 CI images
- Date: Sun, 7 Aug 2022 19:21:03 +0000 (UTC)
commit 80a077c1e735db8c31f28c9592547e8f2b69fafc
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Aug 7 10:45:56 2022 -0700
TEMP: use built mozjs102 CI images
.gitlab-ci.yml | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1323d8221..11f5ab6e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ build-alpine-image:
mkdir -p /cwd
.coverage: &coverage
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
coverage: '/^ lines.*(\d+\.\d+\%)/'
script:
@@ -75,7 +75,7 @@ build-alpine-image:
build_recommended:
<<: *build
stage: source_check
- image: registry.gitlab.gnome.org/gnome/gjs:job-2153951_fedora.mozjs91-debug # pinned on purpose
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
TEST_OPTS: --verbose --no-stdsplit --print-errorlogs --setup=verbose
except:
@@ -86,7 +86,7 @@ sanitizer_gcc:
stage: test
tags:
- asan # LSAN needs CAP_SYS_PTRACE
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
CONFIG_OPTS: -Db_sanitize=address,undefined
TEST_OPTS: --timeout-multiplier=3 --setup=verbose
@@ -100,7 +100,7 @@ sanitizer_thread_gcc:
allow_failure: true
tags:
- asan # TSAN needs CAP_SYS_PTRACE
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
CONFIG_OPTS: -Db_sanitize=thread
TEST_OPTS: --timeout-multiplier=3 --setup=verbose
@@ -113,7 +113,7 @@ sanitizer_thread_gcc:
build_maximal:
<<: *build
stage: test
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
CC: clang
CXX: clang++
@@ -129,7 +129,7 @@ build_maximal:
build_minimal:
<<: *build
stage: test
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102
variables:
CONFIG_OPTS: >-
-Dbuildtype=release
@@ -141,7 +141,7 @@ build_minimal:
build_unity:
<<: *build
stage: test
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102
variables:
# unity-size here is forced to use an high number to check whether we can
# join all the sources together, but should not be used in real world to
@@ -253,7 +253,7 @@ pch_check:
iwyu:
when: on_success
stage: source_check
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
script:
- test/test-ci.sh UPSTREAM_BASE
- meson setup _build -Db_pch=false
@@ -304,7 +304,7 @@ coverage:
iwyu-full:
when: manual
stage: manual
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
script:
- meson setup _build
- ./tools/run_iwyu.sh
@@ -316,7 +316,7 @@ sanitizer_clang:
stage: manual
tags:
- asan # LSAN needs CAP_SYS_PTRACE
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
CC: clang
CXX: clang++
@@ -329,7 +329,7 @@ sanitizer_clang:
installed_tests:
<<: *build
stage: manual
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
CONFIG_OPTS: -Dinstalled_tests=true -Dprefix=/usr
TEST: skip
@@ -345,7 +345,7 @@ installed_tests:
valgrind:
<<: *build
stage: manual
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
TEST_OPTS: --setup=valgrind
allow_failure: true
@@ -357,7 +357,7 @@ valgrind:
zeal_2:
<<: *build
stage: manual
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
TEST_OPTS: --setup=extra_gc
when: manual
@@ -367,7 +367,7 @@ zeal_2:
zeal_4:
<<: *build
stage: manual
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
TEST_OPTS: --setup=pre_verify
when: manual
@@ -377,7 +377,7 @@ zeal_4:
zeal_11:
<<: *build
stage: manual
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs91-debug
+ image: registry.gitlab.gnome.org/ptomato/gjs:fedora.mozjs102-debug
variables:
TEST_OPTS: --setup=post_verify
when: manual
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]