summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-04 11:53:01 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-20 13:59:23 +0200
commitef19a338666bbfcd2cdb218efd14e66754074d67 (patch)
tree55aa2d787447189b1bd2bcae7b38994dbb88e6b7 /circle.yml
parent8bf841a9513c28057fcedb0dab032bb00016b90c (diff)
downloadqtlocation-mapboxgl-ef19a338666bbfcd2cdb218efd14e66754074d67.tar.gz
[build] Trigger the downstream CI and get the status back
Allows triggering a pipeline at any other repository passing parameters.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index deebba1aa1..0ce326d64d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -33,6 +33,15 @@ workflows:
- linux-gcc8-release
- macos-xcode11-release
- ios-render-test-runner
+ - trigger-pipeline:
+ requires:
+ - android-render-test-runner
+ - ios-render-test-runner
+ - linux-clang8-release
+ - linux-gcc8-release
+ - macos-xcode11-release
+ name: mapboxci
+ slug: mapbox/mapbox-gl-native-internal
- build-template:
name: android-armeabi-v7a-release
executor_name: ubuntu-disco
@@ -631,6 +640,17 @@ jobs:
metricsResult=$(gsutil ls -d gs://test-lab-186672a0qp5bq-ycr70axads3nc/render-test-app-${CIRCLE_BUILD_NUM}/*/*/sdcard/baselines/*) || true
gsutil -m cp -r $metricsResult metrics/android-render-test-runner/ || true
- save
+ trigger-pipeline:
+ executor: ubuntu-disco
+ parameters:
+ slug:
+ type: string
+ steps:
+ - checkout
+ - run:
+ name: Trigger Pipeline
+ command: |
+ scripts/ci-circleci-start-pipeline.py --target-slug << parameters.slug >>
sanity-checks:
executor: ubuntu-disco
steps: