Skip to content

Commit

Permalink
[Buildkite] Enable buildkite publishing (#8638)
Browse files Browse the repository at this point in the history
Enable publishing using just Buildkite pipelines. Jenkins step in charge
of publishing new packages has been disabled.
  • Loading branch information
mrodm authored Dec 12, 2023
1 parent 33dacbc commit 6c17b64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
memory: "8G"
env:
ARTIFACTS_FOLDER: "artifacts-to-sign"
DRY_RUN: "true" # TODO: to be set as false
DRY_RUN: "false"
depends_on:
- step: "check"
allow_failure: false
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/trigger_publish_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ steps:
trigger: "package-storage-infra-publishing"
build:
env:
DRY_RUN: "true" # TODO to be changed as DRY_RUN: "${DRY_RUN}"
DRY_RUN: "${DRY_RUN}"
LEGACY_PACKAGE: "false"
PACKAGE_ARTIFACTS_FOLDER: "${ARTIFACTS_FOLDER}"
EOF
Expand Down
10 changes: 5 additions & 5 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ pipeline {
}
}
}
stage('Publish to Package Storage v2') {
steps {
packageStoragePublish()
}
}
// stage('Publish to Package Storage v2') {
// steps {
// packageStoragePublish()
// }
// }
stage('Check integrations') {
steps {
script {
Expand Down

0 comments on commit 6c17b64

Please sign in to comment.