Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Oct 19, 2023
1 parent 8314849 commit 63e54ee
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/cryostat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ concurrency:

on:
issue_comment:
types:
- created
types: [created]

jobs:
check-before-build:
Expand Down Expand Up @@ -68,13 +67,8 @@ jobs:
runs-on: ubuntu-latest
needs: [checkout-branch]
env:
build_arch: 'arm64'
build_arch: 'amd64'
steps:
- name: Install qemu
continue-on-error: true
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/cryostat
Expand Down Expand Up @@ -106,7 +100,7 @@ jobs:
run: podman pull 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 }}
- name: tag cryostat image
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
- name: Run integration tests
run: bash repeated-integration-tests.bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 63e54ee

Please sign in to comment.