Skip to content

Commit

Permalink
Enable publishing packages from integrations-publish pipeline (elasti…
Browse files Browse the repository at this point in the history
…c#9712)

Enable publishing packages from integrations-publish pipeline,
and remove corresponding step from the main pipeline.
  • Loading branch information
mrodm authored Apr 29, 2024
1 parent c7bc530 commit dce5699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ steps:
memory: "8G"
env:
ARTIFACTS_FOLDER: "artifacts-to-sign"
DRY_RUN: "true"
# by default it will publish packages
DRY_RUN: "${DRY_RUN:-false}"
depends_on:
- step: "check"
allow_failure: false
Expand Down
17 changes: 0 additions & 17 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json

env:
SETUP_GVM_VERSION: "v0.5.2"
LINUX_AGENT_IMAGE: "golang:${GO_VERSION}"
Expand Down Expand Up @@ -29,22 +28,6 @@ steps:
cpu: "8"
memory: "4G"

- label: ":package: Build packages"
key: "build-packages"
command: ".buildkite/scripts/build_packages.sh"
agents:
image: "${LINUX_AGENT_IMAGE}"
cpu: "8"
memory: "8G"
env:
ARTIFACTS_FOLDER: "artifacts-to-sign"
DRY_RUN: "false"
depends_on:
- step: "check"
allow_failure: false
artifact_paths:
- artifacts-to-sign/*.zip

- label: "Trigger integrations"
key: "test-integrations"
command: ".buildkite/scripts/trigger_integrations_in_parallel.sh"
Expand Down

0 comments on commit dce5699

Please sign in to comment.