We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When cutting release PRs to production repos, we're seeing this message in the logs that control which set of tests are executed:
PR title indicates PR is not part of a release: 'Workflow and script updates from development repository Release-1.7.5'$'\n'
The bug seems to be here:
development/scripts/src/release/releasechecker.py
Lines 156 to 159 in 046300b
It would seem that what we're evaluating here doesn't align with what's actually being passed in.
Not a huge issue given that releasing involves running E2E tests before these PRs even get cut to stage/charts repositories.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When cutting release PRs to production repos, we're seeing this message in the logs that control which set of tests are executed:
The bug seems to be here:
development/scripts/src/release/releasechecker.py
Lines 156 to 159 in 046300b
It would seem that what we're evaluating here doesn't align with what's actually being passed in.
Not a huge issue given that releasing involves running E2E tests before these PRs even get cut to stage/charts repositories.
The text was updated successfully, but these errors were encountered: