-
Notifications
You must be signed in to change notification settings - Fork 158
fix(CI): set PR number to NULL if not defined #16377
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
Conversation
Images are ready for the commit at 651b918. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #16377 +/- ##
=======================================
Coverage 49.10% 49.11%
=======================================
Files 2634 2634
Lines 195187 195187
=======================================
+ Hits 95856 95858 +2
+ Misses 91832 91830 -2
Partials 7499 7499
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/retest |
/retest |
Images are ready for the commit at 172320b. To use with deploy scripts, first |
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
651b918
to
172320b
Compare
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.
+1
"NULL is a valid value. Currently, all existing data types are nullable" (https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#nullable_data_types)
/retest |
looks good on a failed test (https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/stackrox_stackrox/16377/pull-ci-stackrox-stackrox-master-gke-nongroovy-e2e-tests/1955255995689078784/artifacts/gke-nongroovy-e2e-tests/stackrox-stackrox-end/build-log.txt):
|
Currently we pass empty string as a PR number but then it cannot be used as integer resulting in failure on saving job that was run on master. This PR should fix that by using
NULL
instead of empty string.stackrox/scripts/ci/metrics.sh
Line 136 in 651b918