Skip to content

Test deployment locally with tmt #3

Test deployment locally with tmt

Test deployment locally with tmt #3

Workflow file for this run

name: Schedule test on Testing Farm
on:
pull_request:
# The concurrency key is used to prevent multiple workflows from running at the same time
concurrency:
group: my-concurrency-group
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Schedule test on Testing Farm
uses: sclorg/testing-farm-as-github-action@v2
with:
api_key: ${{ secrets.TF_API_KEY }}
git_url: https://github.com/majamassarini/deployment
git_ref: tf-openshift-tests
tmt_plan_regex: "deployment"
pull_request_status_name: "Deployment"
create_issue_comment: true
timeout: 3600
secrets: CRC_PULL_SECRET=${{ secrets.CRC_PULL_SECRET }}