Skip to content

Commit 79c01e6

Browse files
authored
Remove async in pipeline. (#5080)
1 parent 21d3b0d commit 79c01e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ steps:
274274
allow_failure: false
275275

276276
- label: ":serverless::argo: Run synthetics tests and update fleet to ${BUILDKITE_COMMIT:0:12} in serverless-gitops"
277-
async: true
278277
branches: main
279278
trigger: gpctl-promote-after-serverless-devenv-synthetics
280279
build:
@@ -303,7 +302,6 @@ steps:
303302
- label: ":jenkins: Release - Package Registry Distribution"
304303
key: "release-package-registry"
305304
trigger: "package-registry-release-package-registry-distribution"
306-
async: true
307305
build:
308306
branch: "main"
309307
meta_data:
@@ -313,7 +311,6 @@ steps:
313311
- trigger: "fleet-server-package-mbp"
314312
label: ":esbuild: Downstream - Package"
315313
key: "downstream-package"
316-
async: true
317314
if: "build.env('BUILDKITE_PULL_REQUEST') == 'false' && build.env('BUILDKITE_TAG') == '' && build.env('BUILDKITE_BRANCH') != ''"
318315
build:
319316
branch: "${BUILDKITE_BRANCH}"

0 commit comments

Comments
 (0)