blob: 674d501e4f312fd1fb2935d27685b4a90f425dc8 [file] [log] [blame]
Jan Kundráte3c17462019-01-25 16:45:28 +01001- job:
2 name: run-ci-build-sh
3 description: |
4 Run project's ./ci/build.sh script.
5 run: playbooks/run-test-command/run.yaml
6 vars:
7 test_command: "ci/build.sh"
Jan Kundrátfbc591e2019-02-26 17:52:58 +01008
9- job:
10 name: publish-artifacts-from-check
11 parent: publish-artifacts-tenant
12 description: |
13 Retrieve all artifacts built by the last matching run in the check
14 pipeline, and promote them into a permanent location in the log server.
15 This is intended to be run within a promote pipeline.
16 run: playbooks/retrieve-artifacts-from-check/run.yaml