forked from apache/cassandra
-
Notifications
You must be signed in to change notification settings - Fork 3
Run entire Cassandra Jenkins in an independent GKE account #4
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
Draft
michaelsembwever
wants to merge
492
commits into
mck/18594/5.0
Choose a base branch
from
mck/18145/5.0
base: mck/18594/5.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
c1a0e0d
to
a178de5
Compare
4553542
to
b2ba8b5
Compare
d0a7540
to
480f83a
Compare
* cassandra-4.1: Disable role and network permission caches to avoid interference between test methods
* cassandra-4.0: Disable role and network permission caches to avoid interference between test methods
* cassandra-4.1:
patch by Caleb Rackliffe; reviewed by David Capwell for CASSANDRA-20334
patch by Ling Mao; reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-20391
patch by Ariel Weisberg; reviewed by Caleb Rackliffe for CASSANDRA-20437
…ception patch by Stefan Miklosovic; reviewed by David Capwell, Brad Schoening for CASSANDRA-19483
patch by Tiago Alves; reviewed by Stefan Miklosovic, Maxwell Guo for CASSANDRA-20368
patch by Ling Mao; reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-20422 Co-authored-by: Stefan Miklosovic <[email protected]>
patch by Stefan Miklosovic; reviewed by David Capwell for CASSANDRA-20450
patch by Stefan Miklosovic; reviewed by Dmitry Konstantinov for CASSANDRA-20453
…collections in a row patch by Caleb Rackliffe; reviewed by Berenguer Blasi and Abe Ratnofsky for CASSANDRA-20449
patch by Mick Semb Wever; reviewed by Štefan Miklošovič for CASSANDRA-20451
patch by Edgar Modesto; reviewed by Mick Semb Wever for CASSANDRA-20473
5c5777d
to
ec06392
Compare
f8cb708
to
42196f8
Compare
ff0113d
to
fa9bf2c
Compare
.build/run-ci is a a python script used to create and interact with k8s provisioned ci-cassandra.apache.org clones See .build/run-ci.d/README.md for docs on usage. .jenkins/k8s/ contains the k8s jenkins helm chart, JSaC configuration, and docker image for provisioning. .build/run-ci.d/ contains python requirements and tests for .build/run-ci patch by Richa Mishra, Nishant Barola, Aleksandr Volochnev, Mick Semb Wever; reviewed by Richa Mishra, Nishant Barola, Aleksandr Volochnev, Brandon Hsieh, Mick Semb Wever, Brandon Williams for CASSANDRA-18145 Co-authored-by: Richa Mishra <[email protected]> Co-authored-by: Nishant Barola <[email protected]> Co-authored-by: Aleksandr Volochnev <[email protected]> Co-authored-by: Mick Semb Wever <[email protected]>
fa9bf2c
to
848cab1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WIP – still based off
mck/18594/5.0
CASSANDRA-18145