Skip to content

Commit

Permalink
remove travis config and copy test results to artifacts in pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
dagbay-rh committed Aug 22, 2023
1 parent 0025eb5 commit e8311b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fi
# with cji_smoke_test and post_test_results, we can run iqe tests and they will post results to this dir
source $CICD_ROOT/post_test_results.sh
mkdir -p $WORKSPACE/artifacts
cp coverage.txt $WORKSPACE/artifacts
cat << EOF > $WORKSPACE/artifacts/junit-dummy.xml
<testsuite tests="1">
<testcase classname="dummy" name="dummytest"/>
Expand Down

0 comments on commit e8311b1

Please sign in to comment.