Lachlan pushed to branch lachlanmackenzie/trigger-benchmark-tests at BuildStream / buildstream
Commits:
-
325f66e1
by Lachlan Mackenzie at 2018-10-31T19:55:42Z
1 changed file:
Changes:
... | ... | @@ -9,6 +9,7 @@ stages: |
9 | 9 |
- prepare
|
10 | 10 |
- test
|
11 | 11 |
- post
|
12 |
+ - benchmark
|
|
12 | 13 |
|
13 | 14 |
#####################################################
|
14 | 15 |
# Prepare stage #
|
... | ... | @@ -298,3 +299,15 @@ pages: |
298 | 299 |
- master
|
299 | 300 |
except:
|
300 | 301 |
- schedules
|
302 |
+ |
|
303 |
+# Trigger benchmarking
|
|
304 |
+# https://gitlab.com/BuildStream/benchmarks
|
|
305 |
+ |
|
306 |
+trigger_benchmark:
|
|
307 |
+ stage: benchmark
|
|
308 |
+ script:
|
|
309 |
+ - "curl request POST --form token=7cf84951174c387bc23d0afbb1acad --form ref=master https://gitlab.com/api/v4/projects/5407095/trigger/pipeline"
|
|
310 |
+ only:
|
|
311 |
+ refs:
|
|
312 |
+ - master
|
|
313 |
+ allow_failure: true
|