Skip to content

Commit b84a7ea

Browse files
Switch to Buildkite beta agent
Fixes operable/cog#1280
1 parent 843800f commit b84a7ea

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.buildkite/pipeline.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
env:
2-
BUILDKITE_DOCKER: true
3-
BUILDKITE_DOCKER_FILE: Dockerfile.ci
4-
51
steps:
6-
- command: make test
7-
label: ":go: Unit Tests"
2+
- label: ":go: Unit Tests"
3+
command: make test
4+
plugins:
5+
docker-compose:
6+
run: test
7+
config: docker-compose.ci.yml
88
agents:
9-
- docker=1.12.1
9+
queue: beta

docker-compose.ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: '2'
2+
services:
3+
test:
4+
build:
5+
context: .
6+
dockerfile: Dockerfile.ci

0 commit comments

Comments
 (0)