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 1834371: Change the tests image #209
Bug 1834371: Change the tests image #209
Conversation
test/util/images/images.go
Outdated
| // For returns the image to be used for the given key | ||
| func For(name string) string { | ||
| img, ok := images[name] | ||
| // TestImage returns the test image to be used |
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.
This can be just Test as the package name is already images.
Also, since there's only one image the map is redundant.
You can use directly the registry - cnfTestsImage variable
3076a8f
to
3ae23e6
Compare
|
/lgtm |
|
/hold |
|
/test e2e-aws |
2 similar comments
|
/test e2e-aws |
|
/test e2e-aws |
|
@SchSeba: This pull request references Bugzilla bug 1834371, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
3ae23e6
to
909cf32
Compare
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
eecd74a
to
dc7f344
Compare
This commit is base on the CNF repo change openshift-kni/cnf-features-deploy#196 This commit also remove the check for logs as it's not needed anymore the bug was fixed by openshift#175 Also here we fix some test issues related to the policyName field Signed-off-by: Sebastian Sch <sebassch@gmail.com>
dc7f344
to
633f6ca
Compare
|
/lgtm |
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/hold cancel |
|
@SchSeba: All pull requests linked via external trackers have merged: openshift/sriov-network-operator#205, openshift/sriov-network-operator#209. Bugzilla bug 1834371 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Add pr-ci-triggers workflow
This Commit is base on the CNF repo change openshift-kni/cnf-features-deploy#196
Signed-off-by: Sebastian Sch sebassch@gmail.com