[Backport][v1.40.x] xds-k8s tests: Use test driver from master branch#27694
Merged
sergiitk merged 2 commits intogrpc:v1.40.xfrom Oct 12, 2021
Merged
[Backport][v1.40.x] xds-k8s tests: Use test driver from master branch#27694sergiitk merged 2 commits intogrpc:v1.40.xfrom
sergiitk merged 2 commits intogrpc:v1.40.xfrom
Conversation
These were missed when creating the Python virtual env.
Instead of directly sourcing the test driver provisioning script from the same branch, the script is downloaded (with curl) and sourced from the master branch. This allows changes made to the test driver to be reflected in all future release branches. A separate PR will backport this change to existing release branches. All cluster definitions are also moved to the install script, allowing any cluster changes to be done in one place in the master branch.
sergiitk
approved these changes
Oct 12, 2021
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
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.
Backports sourcing the test driver install script from master.
This is a backport of #27389 and #27462
Test runs:
xds_k8s: https://fusion2.corp.google.com/invocations/c5f6acbc-77a9-40b2-894d-9c7fd9f9a35a/targets
xds_k8s_python: https://fusion2.corp.google.com/invocations/03d64633-64c0-4df6-8761-ae8ddbe5941b/targets
xds_url_map: https://fusion2.corp.google.com/invocations/e0d6fd45-35be-4ca0-91c6-2fec9365a080/targets
xds_url_map_python: https://fusion2.corp.google.com/invocations/5bc20c8b-0d4d-4ed5-a080-fa7d19ebbe7b/targets
@sergiitk