-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
validate imagestreamtag names in build definitions #9945
validate imagestreamtag names in build definitions #9945
Conversation
[test] |
Evaluated for origin test up to b77e6fa |
@csrwng bump |
@@ -1762,7 +1872,7 @@ func TestValidateCommonSpec(t *testing.T) { | |||
}, | |||
}, | |||
}, | |||
// 26 | |||
// 31 |
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.
Personally, I've started changing the test to use maps with human readable descriptions instead of indexes 😉
LGTM |
Also LGTM, but I agree we should use a name field in the struct for the test |
[merge] |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/6618/) |
[merge] |
2 similar comments
[merge] |
[merge] |
Flake #9775. re-[merge] |
Evaluated for origin merge up to b77e6fa |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/6746/) |
fixes #9923
@csrwng ptal