-
Notifications
You must be signed in to change notification settings - Fork 244
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
copy aritifacts only if ARTIFACT_DIR var is exposed #6402
copy aritifacts only if ARTIFACT_DIR var is exposed #6402
Conversation
Signed-off-by: anandrkskd <[email protected]>
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
@anandrkskd: The label(s) 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. |
Kudos, SonarCloud Quality Gate passed!
|
/override Kubernetes-Integration-Tests/Kubernetes-Integration-Tests
/override podman-test/MyStage |
@feloy: Overrode contexts on behalf of feloy: Kubernetes-Integration-Tests/Kubernetes-Integration-Tests, podman-test/MyStage 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. |
Signed-off-by: anandrkskd [email protected]
/kind test
What does this PR do / why we need it:
InterOP tests uses
scripts/openshiftci-presubmit-all-tests.sh
script to run tests, which is failing due to copy of artifact as it's handled differently on their side.This PR adds a check if ARTIFACT_DIR var is not provided, it will not copy tests result files
Which issue(s) this PR fixes:
Fixes #NA
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: