[1.16] ci: update actions/cache v4.0.2 -> v4.2.0#29870
Closed
tvoran wants to merge 10 commits intorelease/1.16.xfrom
Closed
[1.16] ci: update actions/cache v4.0.2 -> v4.2.0#29870tvoran wants to merge 10 commits intorelease/1.16.xfrom
tvoran wants to merge 10 commits intorelease/1.16.xfrom
Conversation
|
CI Results: |
|
Build Results: |
ryancragun
previously approved these changes
Mar 7, 2025
* Do not use static certificates for diagnose tests * Fix operator command tests, move PKI CA creation code into testhelper lib * Fix compilation error from refactoring
- Avoid this error for now zlint_test.go:149: got unexpected error from test e_subj_orgunit_in_ca_cert: map[details:The OU attribute in the Subject is prohibited in Root and TLS CA certificates result:error]
- Get better test failure error messages by not shadowing the errors when we are attempting to start the MSSQL docker container, so we can fail the tests with the proper error message that is occuring instead of mssqlhelper.go:60: Could not start docker MSSQL: %!s(<nil>)
…8472) * Add a core test logger to help capture the MSSQL container output - I believe the if t.Failed prevents the logging of the container logging as when executed the test isn't considered failed yet. - Use a test core logger so that we can capture the container output all the time and get it from the captured log files when the test fails * bump image tag to 2022-latest --------- Co-authored-by: JM Faircloth <jmfaircloth@hashicorp.com>
stevendpclark
approved these changes
Mar 26, 2025
Member
Author
|
No longer needed. |
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.
Description
Updates actions/cache v4.0.2 -> v4.2.0 in CI actions for the 1.16 branch, since actions/cache#1510, and is causing failures preventing docs updates.
Though in order to get this PR to pass CI, I also had to pull in several updates from main, including:
iptables) #28031