Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
0f58b6615917
Commit
9f9c5e06
authored
Jul 22, 2021
by
Nicolas Chauvat
Browse files
ci: use image from heptapod registry since r.intra was shut down
--HG-- branch : 3.32
parent
91dc5997474a
Pipeline
#70882
canceled with stages
in 3 minutes and 47 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0f58b661
...
...
@@ -119,7 +119,7 @@ py3-server:
-
.gitlab-ci.yml
-
requirements/*
stage
:
tests
image
:
r
.in
tr
a
.logilab.fr/
jenkins/jnlp:buster
image
:
r
egis
tr
y
.logilab.fr/
logilab/infra/dockerfiles/debian-buster-slim-pg11
before_script
:
-
sudo apt update
-
sudo DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt-get install -y --assume-yes -qq -o=Dpkg::Use-Pty=0 slapd ldap-utils graphviz
...
...
@@ -151,7 +151,7 @@ py3-web:
-
.gitlab-ci.yml
-
requirements/*
stage
:
tests
image
:
r
.in
tr
a
.logilab.fr/
jenkins/jnlp:buster
image
:
r
egis
tr
y
.logilab.fr/
logilab/infra/dockerfiles/debian-buster-slim-pg11
before_script
:
-
sudo apt update && sudo apt install -y firefox-esr graphviz
script
:
...
...
@@ -182,7 +182,7 @@ py3-misc:
-
.gitlab-ci.yml
-
requirements/*
stage
:
tests
image
:
r
.in
tr
a
.logilab.fr/
jenkins/jnlp:buster
image
:
r
egis
tr
y
.logilab.fr/
logilab/infra/dockerfiles/debian-buster-slim-pg11
before_script
:
-
sudo apt update && sudo apt install -y firefox-esr graphviz
script
:
...
...
@@ -229,7 +229,7 @@ test-cube-skeleton:
-
requirements/test-server.txt
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
stage
:
tests
image
:
r
.in
tr
a
.logilab.fr/
jenkins/jnlp:buster
image
:
r
egis
tr
y
.logilab.fr/
logilab/infra/dockerfiles/debian-buster-slim-pg11
allow_failure
:
true
before_script
:
-
sudo apt update
...
...
@@ -255,7 +255,7 @@ test-cube-skeleton:
-
requirements/test-web.txt
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
stage
:
tests
image
:
r
.in
tr
a
.logilab.fr/
jenkins/jnlp:buster
image
:
r
egis
tr
y
.logilab.fr/
logilab/infra/dockerfiles/debian-buster-slim-pg11
allow_failure
:
true
before_script
:
-
sudo apt update && sudo apt install -y firefox-esr
...
...
@@ -280,7 +280,7 @@ test-cube-skeleton:
-
requirements/test-misc.txt
-
if
:
'
$TRIGGERED_FROM_OTHER_PROJECT'
stage
:
tests
image
:
r
.in
tr
a
.logilab.fr/
jenkins/jnlp:buster
image
:
r
egis
tr
y
.logilab.fr/
logilab/infra/dockerfiles/debian-buster-slim-pg11
allow_failure
:
true
before_script
:
-
sudo apt update && sudo apt install -y firefox-esr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment