Skip to content

Commit

Permalink
remove report collection
Browse files Browse the repository at this point in the history
Signed-off-by: anandrkskd <[email protected]>
  • Loading branch information
anandrkskd committed Jul 12, 2022
1 parent d6013e4 commit a4c9f59
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion scripts/openshiftci-Nightly-SBO-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ oc whoami
# Operatorhub integration tests
make test-operator-hub

cp -r tests/reports $ARTIFACT_DIR

oc logout
2 changes: 1 addition & 1 deletion scripts/openshiftci-periodic-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ if [ $error ]; then
exit -1
fi

cp -r reports tests/reports $ARTIFACT_DIR


oc logout
1 change: 0 additions & 1 deletion scripts/openshiftci-presubmit-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ else
fi
fi

cp -r reports tests/reports $ARTIFACT_DIR

oc logout

0 comments on commit a4c9f59

Please sign in to comment.