You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test skip mechanism and update leeway to v0.10.8 (#21190)
* Fix test skip mechanism to handle empty env vars
The ifEnvVarNotSet function was only checking for undefined, but in CI
environments variables can be set to empty strings. This caused tests
to run when they should have been skipped, resulting in 401 errors.
Now checks for both undefined and empty string values.
Co-authored-by: Ona <[email protected]>
* [content-service] Fix outdated test expectations
* [dev] Drop "--ignore-scripts" for yarn, as we rely on it in a number of places
* [dev] Use new dev-image throughout CI: dev-environment:fix-skip-if-empty-env-vars-gha.22
* [dev] Update leeway to v0.10.7
Co-authored-by: Ona <[email protected]>
* [dev] Use new dev-image throughout CI: dev-environment:fix-skip-if-empty-env-vars-gha.25
Co-authored-by: Ona <[email protected]>
* [dev] Update dev-environment image in GitHub action Dockerfiles
Co-authored-by: Ona <[email protected]>
* [dev] Update leeway to v0.10.8
Co-authored-by: Ona <[email protected]>
* [dev] Use new dev-image throughout CI: dev-environment:fix-skip-if-empty-env-vars-gha.29
Co-authored-by: Ona <[email protected]>
* [installer] Fix dependency to outdated helm registry
Co-authored-by: Ona <[email protected]>
---------
Co-authored-by: Ona <[email protected]>
0 commit comments