-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release manifest + QA (#1008)
- Loading branch information
Showing
5 changed files
with
134 additions
and
43 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
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 |
---|---|---|
|
@@ -36,25 +36,37 @@ steps: | |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ nodejs 16.7.0 | |
yarn 1.22.4 | ||
shellcheck 0.7.1 | ||
golang 1.19.8 | ||
github-cli 2.46.0 | ||
python system |
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