summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blanchard <martin.blanchard@codethink.co.uk>2019-03-12 18:26:37 +0000
committerMartin Blanchard <martin.blanchard@codethink.co.uk>2019-03-13 12:32:06 +0000
commit52f600f03805f8e2b14b677027559a05fdaa406b (patch)
treea627865e7e45f8a23e9ada73ac70c55895938fe4
parente274adf868dc538d6ae678d2f5a9e4d636475c9a (diff)
downloadbuildstream-mablanch/629-test-trigger.tar.gz
.gitlab-ci.yml: Trigger end-to-end remote execution testsmablanch/629-test-trigger
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a494a2b34..4062c6382 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,6 +297,19 @@ coverage:
- coverage-sources/
- coverage-report/
+remote-execution:
+ stage: test
+ before_script:
+ - apt-get update && apt-get install -y curl
+ script:
+ - curl
+ --request POST
+ --form "token=$CI_JOB_TOKEN"
+ --form "ref=master"
+ --form "variables[TEST_TARGET]=buildstream"
+ https://gitlab.com/api/v4/projects/10981676/trigger/pipeline
+
+
# Deploy, only for merges which land on master branch.
#
pages: