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
vidjil
vidjil
Commits
096da325
Commit
096da325
authored
Oct 22, 2021
by
Mikaël Salson
Browse files
.gitlab-ci: reproducibility jobs only on server or client branches
parent
9048e551
Pipeline
#323941
waiting for manual action with stages
in 135 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-test-reproducibility.yml
View file @
096da325
...
...
@@ -5,6 +5,8 @@ generate_server_reproducibility_yml:
script
:
-
tools/repeat-ci.sh server/.gitlab-ci.yml $REPEAT .gitlab-ci.yml .test_server_base .test_cypress_base -- .gitlab-ci.yml browser/.gitlab-ci.yml | grep -v .need > server-repro.yml
needs
:
[]
only
:
-
/^feature-.*s.*\/.*$/
artifacts
:
paths
:
-
server-repro.yml
...
...
@@ -16,6 +18,8 @@ generate_client_reproducibility_yml:
script
:
-
tools/repeat-ci.sh browser/.gitlab-ci.yml $REPEAT .gitlab-ci.yml | grep -v .need > client-repro.yml
needs
:
[]
only
:
-
/^feature-.*c.*\/.*$/
artifacts
:
paths
:
-
client-repro.yml
...
...
@@ -29,6 +33,8 @@ server_reproducibility:
job
:
generate_server_reproducibility_yml
strategy
:
depend
when
:
manual
only
:
-
/^feature-.*s.*\/.*$/
allow_failure
:
true
client_reproducibility
:
...
...
@@ -40,5 +46,7 @@ client_reproducibility:
job
:
generate_client_reproducibility_yml
strategy
:
depend
when
:
manual
only
:
-
/^feature-.*c.*\/.*$/
allow_failure
:
true
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