Skip to content
Snippets Groups Projects
Commit 9a47eae0 authored by Ralf Jung's avatar Ralf Jung
Browse files

CI: treat schedules like triggers; rely on nightly build for iris-examples like everything else

parent 41febeaa
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ image: ralfjung/opam-ci:latest ...@@ -2,7 +2,6 @@ image: ralfjung/opam-ci:latest
stages: stages:
- build - build
- reverse-deps
variables: variables:
CPU_CORES: "10" CPU_CORES: "10"
...@@ -32,16 +31,7 @@ variables: ...@@ -32,16 +31,7 @@ variables:
- /^ci/ - /^ci/
except: except:
- triggers - triggers
- schedules
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
## Build jobs ## Build jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment