Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 19, 2023
1 parent 2911be3 commit 19548b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cryostat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: podman tag ghcr.io/${{ github.repository_owner }}/cryostat-core:pr-${{ needs.checkout-branch.outputs.PR_num }}-${{ needs.checkout-branch.outputs.PR_head_sha }}-linux-${{ env.build_arch }} quay.io/cryostat/cryostat
- name: Run integration tests
#run: ./mvnw -DfailIfNoTests=true -Dcryostat.itest.imageTag=test-core build-helper:regex-property@image-tag-to-lower exec:exec@create-pod exec:exec@start-jfr-datasource exec:exec@start-grafana exec:exec@start-cryostat exec:exec@wait-for-jfr-datasource exec:exec@wait-for-grafana exec:exec@wait-for-cryostat failsafe:integration-test failsafe:verify exec:exec@capture-oci-logs exec:exec@destroy-pod
run: bash repeated-integration-tests.bash
run: bash repeated-integration-tests.bash -X -e
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print itest logs
Expand Down

0 comments on commit 19548b7

Please sign in to comment.