-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpipeline.yml
30 lines (28 loc) · 908 Bytes
/
pipeline.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
steps:
- label: Dream
command: sleep 1
plugins:
${BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
output_title: 'O, then I see Queen Mab hath been with you!'
output_summary: |
![dream](https://i.gifer.com/ssv.gif)
- label: Plugin Tests
command: .buildkite/bin/tests
plugins:
docker-compose#v2.5.0:
run: tests
workdir: "${BUILDKITE_BUILD_CHECKOUT_PATH}"
${BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
debug: true
output_title: 'buildkite/plugin-tests'
output_summary: test_summary.md
- label: App Tests
command: .buildkite/bin/app-tests
plugins:
docker-compose#v2.5.0:
run: appenv
workdir: "${BUILDKITE_BUILD_CHECKOUT_PATH}"
${BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
debug: true
output_title: 'buildkite/ghapp-tests'
output_summary: app_test_summary.md