-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bump google-auth-library-oauth2-http from 1.7.0 to 1.29.0 in /plugins/repository-gcs #16520
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
❌ Gradle check result for baef6b5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: gaobinlong <gbinlong@amazon.com>
❌ Gradle check result for 472d53d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 472d53d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Thanks @gaobinlong . we seems to have another pull request on the subject #16460, could you please help the contributor? Thank you! |
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
Sure, but that PR happens in the |
❌ Gradle check result for 00c7cf9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Yes and no :) It seems like we are dealing with the same dependencies but plugins are different and versions are a bit messy, if you could help unify those, would be great (if it makes sense for sure). Thanks a lot! |
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
❌ Gradle check result for b773a8b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for b773a8b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for b773a8b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
❌ Gradle check result for 0195c1d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
❌ Gradle check result for 216eebe: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
plugins/repository-gcs/src/main/plugin-metadata/plugin-security.policy
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 216eebe: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 216eebe: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16520 +/- ##
============================================
+ Coverage 72.00% 72.05% +0.04%
- Complexity 65038 65062 +24
============================================
Files 5313 5313
Lines 303454 303454
Branches 43910 43910
============================================
+ Hits 218510 218648 +138
+ Misses 67040 66901 -139
- Partials 17904 17905 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
/** | ||
* Used for testing getting credentials from GCE | ||
*/ | ||
test { |
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 @gaobinlong , so tests are green but we need to think how the production deployment would look like. We may document that NO_GCE_CHECK
environment variable is required to be set to true
in order for a plugin to work.
Description
google-auth-library-oauth2-http
needs to be upgraded to 1.29.0 because the new version ofcom.google.cloud:google-cloud-core-http
has a test dependency on it.Related Issues
No issue.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.