-
Notifications
You must be signed in to change notification settings - Fork 1.7k
System tests not running in latest Release PR #16905
Copy link
Copy link
Open
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
The latest release PR did not include changes to
CHANGELOG.md. We have logic here that relies on theCHANGELOG.mdto be changed for system tests to run. IfCHANGELOG.mdwon't be changed in release PRs moving forward, we need to fix the script below to look for changes to version files likegapic_version.py.google-cloud-python/.kokoro/system.sh
Lines 135 to 141 in caa83e5