-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Bug 1366936: fix ICT matching in the trigger controller #10444
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
Bug 1366936: fix ICT matching in the trigger controller #10444
Conversation
[test] |
LGTM |
Adding an extended test maybe shortly, maybe tomorrow |
g.It("should run a successful deployment [Conformance]", func() { | ||
_, err := oc.Run("create").AsAdmin().Args("-f", loggingDeployerFixture).Output() | ||
o.Expect(err).NotTo(o.HaveOccurred()) | ||
_, err = oc.Run("new-app").AsAdmin().Args("logging-deployer-account-template").Output() |
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.
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.
extended test added, [merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8066/) (Image: devenv-rhel7_4857) |
Evaluated for origin merge up to 90fc417 |
Evaluated for origin test up to 90fc417 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8066/) |
@mfojtik @smarterclayton
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1366936