Skip to content

Commit

Permalink
test: enable force-aws-upload for testing farm tests
Browse files Browse the repository at this point in the history
Add the AWS secrets to the testing farm action and enable
`force-aws-upload` on the pytest call in the testing farm plan.

Run these only in testing farm which runs on pull_request_target and can
access GitHub secrets.
  • Loading branch information
achilleas-k committed Jan 10, 2024
1 parent 31505b7 commit 1c9e117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testingfarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
git_ref: ${{ github.event.pull_request.head.ref }}
pull_request_status_name: "Testing farm"
tf_scope: private
secrets: "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }};AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}"
2 changes: 1 addition & 1 deletion plans/all.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ prepare:
- qemu-kvm
execute:
how: tmt
script: pytest -s -vv
script: pytest -s -vv --force-aws-upload

0 comments on commit 1c9e117

Please sign in to comment.