Skip to content

Commit

Permalink
tests: WIP testing farm integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Dec 6, 2023
1 parent 0e570a2 commit e2b4e49
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,21 @@ jobs:
# XDG_RUNTIME_DIR is set.
# TODO: figure out what exactly podman needs
sudo -E XDG_RUNTIME_DIR= pytest-3 -s -vv
testingfarm:
name: "Run in testing farm"
runs-on: ubuntu-22.04
# TODO: add "if" to limit runs on testing farm(?)
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@v1
with:
api_key: ${{ secrets.TF_API_KEY }}
#git_url: ${{ github.event.pull_request.head.repo.clone_url }}
#git_ref: ${{ github.event.pull_request.head.ref }}
git_url: https://github.com/osbuild/bootc-image-builder
git_ref: main
pull_request_status_name: "fedora 39"

0 comments on commit e2b4e49

Please sign in to comment.