Skip to content

Commit

Permalink
Add name parameter to the tft request (oamg#730)
Browse files Browse the repository at this point in the history
As tmt-plans repository now contains morf tests for convert2rhel this
is needed to filter out tests that make no sense for leapp.
  • Loading branch information
fernflower committed Aug 19, 2021
1 parent 350ca36 commit 8d17bcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tmt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
"api_key": "${{ secrets.TF_API_KEY }}",
"test": {"fmf": {
"url": "https://gitlab.cee.redhat.com/oamg/tmt-plans",
"ref": "master"
"ref": "master",
"name": "morf-leapp|integration|e2e"
}},
"environments": [{
"arch": "x86_64",
Expand Down

0 comments on commit 8d17bcb

Please sign in to comment.