-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Use CrateDB nightly
also for regular testing
#624
base: main
Are you sure you want to change the base?
Conversation
Do you have any concern to test on CI with nightly? It could potentially help us catch issues of incompatibilities between CrateDB and python, before a release. |
Thanks. Let's go for nightly right away, also for regular testing. CrateDB Nightly is used for crate-python nightly CI jobs anyway, so let's synchronize this. |
06a41a5
to
942647f
Compare
latest
for regular testingnightly
also for regular testing
Dialogue with selfQ: 404 Not Found @ https://cdn.crate.io/downloads/releases/cratedb/x64_mac/crate-latest.tar.gz -- what's that? ExplanationThere are no nightly builds for x64_mac. ConclusionPutting this back into draft mode for now, and updating manually instead. |
942647f
to
5a29a5a
Compare
5a29a5a
to
7c44a06
Compare
This is an alternative that works now, by working around the no nightly builds for x64_mac problem. In this way, we can at least use CrateDB |
About
CrateDB version was fixed to 5.4.5. This patch intends to use
latest
nightly
.Thoughts
latest
will probably not work, because the test layer used here only understands specific version numbers, andnightly
?