Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
9a47eae0
Commit
9a47eae0
authored
Feb 16, 2018
by
Ralf Jung
Browse files
CI: treat schedules like triggers; rely on nightly build for iris-examples like everything else
parent
41febeaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9a47eae0
...
...
@@ -2,7 +2,6 @@ image: ralfjung/opam-ci:latest
stages
:
-
build
-
reverse-deps
variables
:
CPU_CORES
:
"
10"
...
...
@@ -32,16 +31,7 @@ variables:
-
/^ci/
except
:
-
triggers
reverse-deps
:
stage
:
reverse-deps
script
:
# Send a trigger to reverse dependencies to have them tested
-
curl --fail -X POST -F "token=$IRIS_EXAMPLES_SECRET" -F "ref=master" -F "variables[IRIS_REV]=$CI_COMMIT_SHA" https://gitlab.mpi-sws.org/api/v4/projects/615/trigger/pipeline
only
:
-
master
except
:
-
triggers
-
schedules
## Build jobs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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