Conversation
|
I'll be adding more things including:
|
9ea05e8 to
13363a5
Compare
|
Added ability to run against binaries from the test release build pipeline by setting |
13363a5 to
afd834d
Compare
afd834d to
ce3cc85
Compare
71af221 to
dcf97f6
Compare
|
Latest run is with encryption enabled using a test release build of cockroachdb/cockroach#26649. Surprisingly enough, all platforms are happy, I was definitely not expecting it to work on Windows. The tests technically fail because 26649 is definitely not the version number reported by cockroach. |
dcf97f6 to
ce3cc85
Compare
benesch
left a comment
There was a problem hiding this comment.
LGTM once you finish debugging.
test-windows
Outdated
| base=cockroach-$(<VERSION).windows-6.2-amd64 | ||
| # Download the binary based on the VERSION file. This sets the COCKROACH_VERSION env variable | ||
| # and downloads the binary in ./mnt/ | ||
| . "$(dirname "$0")/download_binary.sh" "windows-6.2-amd64.zip" |
There was a problem hiding this comment.
I'd either extract root=$(dirname "$0") and adjust the invocation of bincheck below to be relative to $root—or continue not supporting execution with a different CWD and hardcode this to ./download_binary.sh.
There was a problem hiding this comment.
Done, switched to ./download_binary.sh.
89b1251 to
7448eb4
Compare
I created a release-2.0 branch from master before this change. * run `cockroach version` to make CI outputs clearer * add ability to run against test release builds (`test:` prefix in VERSION) * example for encryption (disabled for now, no builds have the gen command)
7448eb4 to
709bbdd
Compare
|
This is ready. VERSION is back to the latest alpha and encryption is commented out (it won't work until the next alpha). |
I created a release-2.0 branch from master before this change.
cockroach versionto make CI outputs clearertest:prefix inVERSION)
command)