Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ tests:
- artifact_dir: /tmp/artifacts
as: e2e-aws-operator
commands: |
openshift-tests run-resourcewatch &
rw_pid=$!
make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
kill -9 $rw_pid
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

graceful kill doesn't work?

tar -cf ${ARTIFACT_DIR}/rw.tar /repository
openshift_installer_src:
cluster_profile: aws
- artifact_dir: /tmp/artifacts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ presubmits:
value: e2e-aws-operator
- name: TEST_COMMAND
value: |
openshift-tests run-resourcewatch &
rw_pid=$!
make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables
kill -9 $rw_pid
tar -cf ${ARTIFACT_DIR}/rw.tar /repository
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down