Jan Kundrát | e3c1746 | 2019-01-25 16:45:28 +0100 | [diff] [blame] | 1 | - 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át | fbc591e | 2019-02-26 17:52:58 +0100 | [diff] [blame^] | 8 | |
| 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 |