[gjs: 1/2] CI: pinned all Fedora-dev jobs to old tag
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 1/2] CI: pinned all Fedora-dev jobs to old tag
- Date: Tue, 10 Apr 2018 02:26:07 +0000 (UTC)
commit 9df19de0d2cb661daf2b660e137b4814448f51fc
Author: Claudio André <claudioandre br gmail com>
Date: Mon Apr 9 22:02:33 2018 -0300
CI: pinned all Fedora-dev jobs to old tag
CI is failing on Gtk.init() due to the new Docker image.
.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b41fe3d4..b9601c08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,7 +70,7 @@ fedora:
<<: *build
when: always
stage: test
- image: claudioandre/spidermonkey:job-400.5
+ image: claudioandre/spidermonkey:job-400.5 # temporarily pinned to old tag
variables:
CC: gcc
DEV: devel
@@ -110,7 +110,7 @@ fedora_clang:
no_profiler:
<<: *build
stage: thorough_tests
- image: claudioandre/spidermonkey:fedora.dev.gcc
+ image: claudioandre/spidermonkey:job-400.5 # temporarily pinned to old tag
variables:
CC: gcc
DEV: devel
@@ -140,7 +140,7 @@ coverage:
sanitizer_gcc:
<<: *build
stage: thorough_tests
- image: claudioandre/spidermonkey:fedora.dev.gcc
+ image: claudioandre/spidermonkey:job-400.5 # temporarily pinned to old tag
variables:
CC: gcc
DEV: devel
@@ -223,7 +223,7 @@ pages:
valgrind:
<<: *build
stage: thorough_tests
- image: claudioandre/spidermonkey:fedora.dev.gcc
+ image: claudioandre/spidermonkey:job-400.5 # temporarily pinned to old tag
variables:
CC: gcc
DEV: devel
@@ -234,7 +234,7 @@ valgrind:
no_graphics:
<<: *build
stage: thorough_tests
- image: claudioandre/spidermonkey:fedora.dev.gcc
+ image: claudioandre/spidermonkey:job-400.5 # temporarily pinned to old tag
variables:
CC: gcc
DEV: devel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]