xds-k8s jobs: standardize TESTING_VERSION#30027
Merged
sergiitk merged 2 commits intogrpc:masterfrom Jun 16, 2022
Merged
Conversation
c953135 to
7b4b1ab
Compare
gnossen
approved these changes
Jun 16, 2022
| is_version_branch() { | ||
| if [ $# -eq 0 ]; then | ||
| echo "Usage is_version_branch VERSION" | ||
| false |
Contributor
There was a problem hiding this comment.
Should this just call exit 1 instead? I don't think it would be helpful to continue execution of the script if the function was called incorrectly.
Member
Author
There was a problem hiding this comment.
There's a return below. But yes, exit 1 might be better. But nothing wrong functionally. I'll merge it to proceed with backports.
This was referenced Jun 16, 2022
sergiitk
added a commit
to sergiitk/grpc
that referenced
this pull request
Jun 17, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
sergiitk
added a commit
to sergiitk/grpc
that referenced
this pull request
Jun 17, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
sergiitk
added a commit
to sergiitk/grpc
that referenced
this pull request
Jun 17, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
This was referenced Jun 17, 2022
sergiitk
added a commit
to sergiitk/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
This was referenced Jun 21, 2022
sergiitk
added a commit
to sergiitk/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to sergiitk/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
ejona86
pushed a commit
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
ejona86
pushed a commit
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
ejona86
pushed a commit
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
ejona86
pushed a commit
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
ejona86
pushed a commit
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
ejona86
pushed a commit
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.
sergiitk
added a commit
to grpc/grpc-java
that referenced
this pull request
Jun 21, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
larry-safran
pushed a commit
to larry-safran/grpc-java
that referenced
this pull request
Jun 28, 2022
This Addresses the issue with skips not working due to the missing/inconsistent `--testing_version` flag, ref b/235688697. 1. Uses the new `TESTING_VERSION` variable populated in the shared grpc_xds_k8s_install_test_driver.sh - new approach for detecting versions applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. Corresponding grpc core change: grpc/grpc#30027
yashykt
added a commit
that referenced
this pull request
Jul 1, 2022
* Bump version to 1.47.0-pre1 (on v1.47.x branch) (#29830) * bump version to 1.47.0-pre1 * regenerate projects * xDS: Workaround to get gRPC clients working with istio (#29841) (#29850) * xDS: Workaround to get gRPC clients working with istio * Formatting * Comment test too * Disable instead of commenting * Support for prebuilt Ruby binary on x64-mingw-ucrt platform (#29684) (#29868) * Add support for prebuilt Ruby binary on x64-mingw-ucrt platform, which is used for Windows RubyInstaller Ruby 3.1+ Co-authored-by: Johnny Shields <johnny.shields@gmail.com> * use constraints value in @platforms instead of @bazel_tools//platforms bazelbuild/bazel#8622 (#30019) * Set Correct Platform Tag in Wheels on Mac OS with Python 3.10 (#29857) (#30026) * Attempt to set correct platform on Mac OS * Add some debug * Make it fail * Print more * Try again * Maybe it's an ordering issue? * Get logs back * Try copying distutils to see exactly what is being used * Actually export the variable * I just love debugging with CI * One directory higher this time * Try with an upgraded Python install * Fix version * Rebreak * Try setting it even earlier? * Unbreak * Try explicitly renaming the artifacts * Fix * I am about ready to start NAT hole punching for SSH * Break things for logs * Whoops * Clean up * Shellcheck * xds-k8s jobs: standardize TESTING_VERSION (#30027) (#30048) This Addresses the issue with skips not working in golang tests, ref b/235688697. 1. Unifies `TESTING_VERSION` detection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages. 2. Use `TESTING_VERSION` in all build files in `--testing_version` and when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well. * Bump Release Version to 1.47.0 (#30073) * bump version to 1.47.0 * regenerate projects * Using string rep for status-time (#30123) (#30145) * tell MSVC to build grpc with utf-8 (#30003) (#30153) * tell MSVC to build grpc with utf-8 fix #29979 * generate_projects Co-authored-by: AJ Heller <hork@google.com> Co-authored-by: AJ Heller <hork@google.com> Co-authored-by: Richard Belleville <rbellevi@google.com> Co-authored-by: apolcyn <apolcyn@google.com> Co-authored-by: Johnny Shields <johnny.shields@gmail.com> Co-authored-by: Ara Nguyen <91614797+aranguyen@users.noreply.github.com> Co-authored-by: Sergii Tkachenko <sergiitk@google.com> Co-authored-by: Esun Kim <veblush@google.com> Co-authored-by: hongnod <6680267+hongnod@users.noreply.github.com> Co-authored-by: AJ Heller <hork@google.com>
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.
This Addresses the issue with skips not working in golang tests, ref b/235688697.
TESTING_VERSIONdetection in grpc_xds_k8s_install_test_driver.sh - new approach applicable to all languages.TESTING_VERSIONin all build files in--testing_versionand when tagging docker images. This will be backported to all active test branches. Build Scripts in all other languages will be updated as well.