Skip to content

Commit

Permalink
ci: bump docker-compose-buildkite-plugin (#7019)
Browse files Browse the repository at this point in the history
Try to fix the port already allocated issue. #6953


Approved-By: lmatz

Co-Authored-By: xxchan <xxchan22f@gmail.com>
  • Loading branch information
xxchan committed Dec 22, 2022
1 parent 1811889 commit 3e9107b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion ci/workflows/docker.yml
Expand Up @@ -46,7 +46,7 @@ steps:
- label: "pre build binary"
command: "ci/scripts/release.sh"
plugins:
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: release-env
config: ci/docker-compose.yml
retry: *auto-retry
26 changes: 13 additions & 13 deletions ci/workflows/main-cron.yml
Expand Up @@ -25,7 +25,7 @@ steps:
key: "build"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -39,7 +39,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -53,7 +53,7 @@ steps:
key: "build-simulation"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -65,7 +65,7 @@ steps:
key: "docslt"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -79,7 +79,7 @@ steps:
- "docslt"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -94,7 +94,7 @@ steps:
- "build-other"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: source-test-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -110,7 +110,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
CODECOV_TOKEN: my-codecov-token
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
environment:
Expand All @@ -125,7 +125,7 @@ steps:
plugins:
- ./ci/plugins/swapfile
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -139,7 +139,7 @@ steps:
command: "ci/scripts/deterministic-unit-test.sh"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -151,7 +151,7 @@ steps:
depends_on: "build-simulation"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -163,7 +163,7 @@ steps:
depends_on: "build-simulation"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -176,7 +176,7 @@ steps:
depends_on: "build-simulation"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -188,7 +188,7 @@ steps:
command: "ci/scripts/misc-check.sh"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
- shellcheck#v1.2.0:
Expand Down
26 changes: 13 additions & 13 deletions ci/workflows/main.yml
Expand Up @@ -25,7 +25,7 @@ steps:
key: "build-dev"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -37,7 +37,7 @@ steps:
key: "build-release"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -51,7 +51,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
GITHUB_TOKEN: github-token
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -65,7 +65,7 @@ steps:
key: "docslt"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -82,7 +82,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
BUILDKITE_ANALYTICS_TOKEN: buildkite-build-analytics-sqllogictest-token
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -103,7 +103,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
BUILDKITE_ANALYTICS_TOKEN: buildkite-build-analytics-sqllogictest-token
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -124,7 +124,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
BUILDKITE_ANALYTICS_TOKEN: buildkite-build-analytics-sqllogictest-token
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -145,7 +145,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
BUILDKITE_ANALYTICS_TOKEN: buildkite-build-analytics-sqllogictest-token
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -163,7 +163,7 @@ steps:
- "docslt"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -178,7 +178,7 @@ steps:
- "build-other"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: source-test-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -194,7 +194,7 @@ steps:
- seek-oss/aws-sm#v2.3.1:
env:
CODECOV_TOKEN: my-codecov-token
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: rw-build-env
config: ci/docker-compose.yml
environment:
Expand All @@ -209,7 +209,7 @@ steps:
- "build-other"
plugins:
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: sink-test-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand All @@ -225,7 +225,7 @@ steps:
env:
GITHUB_TOKEN: github-token
- gencer/cache#v2.4.10: *cargo-cache
- docker-compose#v3.9.0:
- docker-compose#v4.9.0:
run: release-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
Expand Down

0 comments on commit 3e9107b

Please sign in to comment.