Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Onboarding Testing-Farm #115

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/testing-farm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Schedule test on Testing Farm

on:
pull_request:
branches:
- main

permissions:
contents: read
pull-requests: write
statuses: write

jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo and switch to corresponding pull request
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Schedule test on Testing Farm
uses: sclorg/testing-farm-as-github-action@v1.3.1
with:
api_key: ${{ secrets.TESTING_FARM_API_TOKEN }}
git_url: https://github.com/centos/centos-bootc
git_ref: ${{ github.ref }}
pull_request_status_name: "Fedora"
Loading