Skip to content

Commit

Permalink
Setup and start self-hosted EC2 runner AlmaLinux#13
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Jun 6, 2024
1 parent 773dddd commit 26c0109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/almalinux-compose-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Start EC2 runner
id: start-ec2-runner
uses: NextChapterSoftware/ec2-action-builder@v1
uses: NextChapterSoftware/ec2-action-builder@v1.4
with:
github_token: ${{ secrets.GIT_HUB_TOKEN }}
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
# run: sudo vagrant ssh almalinux -c 'sudo cp -a /vagrant /compose-tests'

- name: Run tests
run: sudo sh -c 'export pungi_repository=${{ inputs.pungi_repository }}; export pulp_repository=${{ inputs.pulp_repository }}; tmt -vvv -c distro=centos-stream-${{ inputs.version_major }} run --all provision --how=local'
run: sudo sh -c 'export pungi_repository=${{ inputs.pungi_repository }}; export pulp_repository=${{ inputs.pulp_repository }}; tmt -vvv -c distro=centos-stream-${{ inputs.version_major }} run --all provision --how=local test --name "/tests/legacy/p_cpio"'

- name: Print tests results
if: success() || failure()
Expand Down

0 comments on commit 26c0109

Please sign in to comment.