-
Notifications
You must be signed in to change notification settings - Fork 179
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
Support multi-datacenter clusters in test runner and script #1881
Support multi-datacenter clusters in test runner and script #1881
Conversation
@rzetelskik: GitHub didn't allow me to request PR reviews from the following users: rzetelskik. Note that only scylladb members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
10d5a2a
to
9ff84af
Compare
/cc zimnx tnozicka |
I don't see how these changes could contribute to flakiness, since it's just some changes in machinery, so I'm not investigating. /test images |
Cluster provisioning failed. |
325c6b6
to
61326f2
Compare
Cluster provisioning failed. |
61326f2
to
d3b46ef
Compare
Known Scylla Manager flake. Already working on it, this PR is unrelated. /retest |
255f6d4
to
9f0d333
Compare
@zimnx thanks for the review, I replied to all of your comments |
9f0d333
to
66167d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates!
I think this is a good start and it bumps into multiple design issues at once. It brings a lot of value and I think we can iterate on the scripts or framework interfaces in the future, so it's not set in stone. It will be easier to address each of those nits individually, if needed.
/approve
lgtm, but you need to fix the CI failure
https://github.com/scylladb/scylla-operator-release/pull/206 sent a PR to fix the typo on the CI side |
/lgtm |
@tnozicka should I fix this in scylla-operator-release (pass kubeconfig to funcs) or make them discover kubeconfigs here? |
d03fb8e
to
2d65286
Compare
I'd use the env vars for |
3e5efa0
to
55cdb76
Compare
You can't really pass/test arrays as env vars that way, so best I could do here is to do this for |
55cdb76
to
4d4cf5c
Compare
sounds good |
ok, done @tnozicka I realised I haven't passed kubeconfigs to the e2e pod in this PR. Should we land this as a starting point regardless? As I'm trying to run a multi-dc e2e test I'll probably bump into some other issues, but I think the baseline for framework etc is solid. |
I am fine with followups /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rzetelskik, tnozicka, zimnx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
a6cb614
into
scylladb:master
Description of your changes: This PR adds support for multi-datacenter clusters in our test runner and scripts.
Which issue is resolved by this Pull Request:
Prerequisite for #1632.
/kind feature
/priority important-longterm
/cc