forked from uw-ipd/github-checks-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
36 lines (33 loc) · 818 Bytes
/
docker-compose.yml
File metadata and controls
36 lines (33 loc) · 818 Bytes
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
31
32
33
34
35
36
version: '2.3'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:a784b49bb241291feb47b578a2cb58938d3565dff5b0f6d9bf627036cbd7f419
volumes:
- ".:/plugin:ro"
appenv:
build:
context: ghapp
dockerfile: Dockerfile
ghapp:
extends: appenv
environment:
- CI
- BUILDKITE
- BUILDKITE_LABEL
- BUILDKITE_BRANCH
- BUILDKITE_COMMIT
- BUILDKITE_REPO
- BUILDKITE_BUILD_ID
- BUILDKITE_BUILD_NUMBER
- BUILDKITE_BUILD_URL
- BUILDKITE_JOB_ID
- BUILDKITE_COMMAND
- BUILDKITE_TIMEOUT
- BUILDKITE_COMMAND_EXIT_STATUS
- GITHUB_APP_AUTH_ID
- GITHUB_APP_AUTH_KEY
entrypoint: ghapp
ghapp-tests:
extends: appenv
working_dir: /ghapp
entrypoint: python3 setup.py test --addopts -v