[482d9673cfee5de391f97fde4d1c84f9f8d6f2cf0784fcffb958b4032de7236c: 2/5] CI: Build profiler only on debug CI images, and bump pinned image
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [482d9673cfee5de391f97fde4d1c84f9f8d6f2cf0784fcffb958b4032de7236c: 2/5] CI: Build profiler only on debug CI images, and bump pinned image
- Date: Wed, 8 Jul 2020 05:36:44 +0000 (UTC)
commit 7182b9a049a1dd947c234f6aa79d5689c1df28ef
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Jul 5 15:44:52 2020 -0700
CI: Build profiler only on debug CI images, and bump pinned image
.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cdf5ab65..191fd90a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ stages:
build_recommended:
<<: *build
stage: source_check
- image: registry.gitlab.gnome.org/gnome/gjs:job-745493_fedora.mozjs68-debug # pinned on purpose
+ image: registry.gitlab.gnome.org/gnome/gjs:job-801643_fedora.mozjs68-debug # pinned on purpose
variables:
TASK_ID: "fedora-x86_64-gcc-debug-default-check"
TEST_OPTS: --verbose --no-stdsplit --print-errorlogs
@@ -60,7 +60,7 @@ sanitizer_gcc:
stage: test
tags:
- privileged # LSAN needs CAP_SYS_PTRACE
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68
+ image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68-debug
variables:
TASK_ID: "fedora-x86_64-gcc-default-ubsan_asan-check"
CONFIG_OPTS: -Db_sanitize=address,undefined
@@ -225,7 +225,7 @@ sanitizer_clang:
stage: manual
tags:
- privileged # LSAN needs CAP_SYS_PTRACE
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68
+ image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68-debug
variables:
TASK_ID: "fedora-x86_64-clang_ubsan_asan-default-default-check"
CC: clang
@@ -237,7 +237,7 @@ sanitizer_clang:
installed_tests:
<<: *build
stage: manual
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68
+ image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68-debug
variables:
TASK_ID: "fedora-x86_64-gcc-default-default-installed_tests"
CONFIG_OPTS: -Dinstalled_tests=true -Dprefix=/usr
@@ -254,7 +254,7 @@ installed_tests:
valgrind:
<<: *build
stage: manual
- image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68
+ image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68-debug
variables:
TASK_ID: "fedora-x86_64-gcc-default-default-valgrind_check"
TEST_OPTS: --setup=valgrind
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]