-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
84597: ci: upload binaries to GCS r=celiala,rickystewart a=rail Previously, by default CI uploaded the cockroachdb binaries to S3 only. This commit adds all necessary variables and CLI arguments to upload the binaries to GCS as well. Fixes: * Removed the unset `BUCKET` environment variable to simplify the logic. * Close the GCS object at the end in order to write the binaries for reals. * Remove unnecessary double slash and reflect the change in the tests. Release note: None 85861: sql: allow EXECUTE parameter to be assignment cast r=michae2 a=rafiss fixes #83044 Release note (bug fix): Fixed a bug where EXECUTE did not accept placeholder arguments if the type did not exactly match. 85873: upgrade/upgrademanager: deflake TestAlreadyRunningJobsAreHandledProperly r=ajwerner a=ajwerner See https://cockroachlabs.slack.com/archives/CJ0H8Q97C/p1660095091003159. Release note: None Co-authored-by: Rail Aliiev <rail@iqchoice.com> Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com> Co-authored-by: Andrew Werner <awerner32@gmail.com>
- Loading branch information
Showing
11 changed files
with
133 additions
and
74 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
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.