-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(promote) release: build v5.3.666 (#1006)
* update rel manifest * fixup * Echo instructions saying that next step is in CI * update ci pipeline * fixup * fixup * docs * Handle intermediary branch * Annotate on finalize * fix annotation * fixup * fixup * fixupu * fixup * fixup * fxiup * fixup * release_patch: v5.3.666 {"version":"v5.3.666","inputs":"server=v5.3.666","type":"patch"} * promote-release: v5.3.666 {"version":"v5.3.666","inputs":"server=v5.3.666","type":"patch"}
- Loading branch information
Showing
7 changed files
with
129 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,46 +15,59 @@ steps: | |
command: .buildkite/verify-release/verify-release.sh | ||
agents: { queue: standard } | ||
|
||
- label: ":rice: pure-docker-test" | ||
command: .buildkite/vagrant-run.sh docker-test | ||
artifact_paths: ./*.log | ||
env: | ||
TEST_TYPE: "pure-docker-test" | ||
agents: { queue: "vagrant" } | ||
|
||
- label: ":rice: docker-compose-test" | ||
command: .buildkite/vagrant-run.sh docker-test | ||
artifact_paths: ./*.log | ||
env: | ||
TEST_TYPE: "docker-compose-test" | ||
agents: { queue: "vagrant" } | ||
|
||
# This runs the Checkov Terraform Code scanner | ||
# Commented for faster QA | ||
# - label: ":rice: pure-docker-test" | ||
# command: .buildkite/vagrant-run.sh docker-test | ||
# artifact_paths: ./*.log | ||
# env: | ||
# TEST_TYPE: "pure-docker-test" | ||
# agents: { queue: "vagrant" } | ||
# | ||
# - label: ":rice: docker-compose-test" | ||
# command: .buildkite/vagrant-run.sh docker-test | ||
# artifact_paths: ./*.log | ||
# env: | ||
# TEST_TYPE: "docker-compose-test" | ||
# agents: { queue: "vagrant" } | ||
# | ||
# # This runs the Checkov Terraform Code scanner | ||
# https://www.checkov.io/ | ||
- command: .buildkite/ci-checkov.sh | ||
label: ":lock: security - checkov" | ||
agents: { queue: "standard" } | ||
soft_fail: true | ||
# - command: .buildkite/ci-checkov.sh | ||
# label: ":lock: security - checkov" | ||
# agents: { queue: "standard" } | ||
# soft_fail: true | ||
|
||
- label: "Release: test" | ||
if: "build.branch =~ /^wip_/" | ||
# Please keep in mind that the release manifest uses specific branch names when creating releases. | ||
# Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing | ||
# with, please update this file as well. | ||
- label: "(internal) Release: test" | ||
if: build.branch =~ /^internal\/release-.*/ | ||
plugins: | ||
- ssh://[email protected]/sourcegraph/sg-buildkite-plugin.git#main: ~ | ||
command: | | ||
sg release run test --workdir=. --config-from-commit | ||
- label: "(promote) Release: test" | ||
if: build.branch =~ /^promote\/release-.*/ | ||
plugins: | ||
- ssh://[email protected]/sourcegraph/sg-buildkite-plugin.git#main: ~ | ||
command: | | ||
sg release run test --workdir=. --config-from-commit | ||
- wait | ||
|
||
- label: "Release: finalize" | ||
if: "build.branch =~ /^wip_/" | ||
- label: "(internal) Release: finalize" | ||
if: build.branch =~ /^internal\/release-.*/ | ||
plugins: | ||
- ssh://[email protected]/sourcegraph/sg-buildkite-plugin.git#main: ~ | ||
command: | | ||
sg release run internal finalize --workdir=. --config-from-commit | ||
- label: "Promote to public: finalize" | ||
if: build.message =~ /^promote_release/ && build.branch =~ /^wip_release/ | ||
- label: "(promote) Release: finalize" | ||
if: build.branch =~ /^promote\/release-.*/ | ||
plugins: | ||
- ssh://[email protected]/sourcegraph/sg-buildkite-plugin.git#main: ~ | ||
command: | | ||
sg release run promote-to-public finalize --workdir=. --config-from-commit | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.