Fix reports directory for operatorhub nightly tests (#4972)

* Fix reports directory for operatorhub nightly tests

* copy reports for project, login logout and operatorhub tests to artifacts dir reports

* one line command for copying both reports
This commit is contained in:
Priti Kumari
2021-08-09 18:54:35 +05:30
committed by GitHub
parent aa90c53d2f
commit d37298a367
3 changed files with 3 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ oc whoami
# Operatorhub integration tests
make test-operator-hub
cp -r reports $ARTIFACT_DIR
cp -r tests/reports $ARTIFACT_DIR
oc logout

View File

@@ -40,6 +40,6 @@ if [ $error ]; then
exit -1
fi
cp -r reports $ARTIFACT_DIR
cp -r reports tests/reports $ARTIFACT_DIR
oc logout

View File

@@ -68,6 +68,6 @@ else
fi
fi
cp -r reports $ARTIFACT_DIR
cp -r reports tests/reports $ARTIFACT_DIR
oc logout