-
Notifications
You must be signed in to change notification settings - Fork 25
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
Run part of LB tests on Dualstack cluster #130
Conversation
Please merge this after both staging and prod is working. |
@aranjans can you add the links to adhoc kokoro run against this branch. Let's run the dualstack test suite and lb test suite both and attach here |
@purnesh42H its already added as part of the description for dualstack. |
Looks like our intention is to add those tests to dual stack while keep the original ones, can you add back those tests to LB? |
@XuanWang-Amos Reverted back the changes for LB tests. |
) | ||
# master-only tests | ||
if [[ "${TESTING_VERSION}" =~ "master" ]]; then |
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.
no need to run bootstrap_generator_test and subsetting_test
Reverting part of [this](#130) commit, as `remove_neg_test` is causing failure in dualstack test suite.
This PR enables some of the LB tests to run on dualstack cluster.
Logs from local run are available here.