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

Commit

Permalink
ci: fix testing farm context syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Shi <[email protected]>
  • Loading branch information
shi2wei3 committed Feb 2, 2024
1 parent 7007b1a commit 729cbc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cs9-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
arch: "x86_64"
tmt_context: "x86_64"
tmt_context: "arch=x86_64"
pull_request_status_name: "bootc-cs9-x86-openstack-replace"
tmt_plan_regex: "openstack"
tf_scope: private
Expand All @@ -93,7 +93,7 @@ jobs:
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
arch: "x86_64"
tmt_context: "x86_64"
tmt_context: "arch=x86_64"
pull_request_status_name: "bootc-cs9-x86-gcp-replace"
tmt_plan_regex: "gcp"
tf_scope: private
Expand All @@ -118,7 +118,7 @@ jobs:
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
arch: "x86_64"
tmt_context: "x86_64"
tmt_context: "arch=x86_64"
pull_request_status_name: "bootc-cs9-x86-aws-replace"
tmt_plan_regex: "aws"
tf_scope: private
Expand All @@ -143,7 +143,7 @@ jobs:
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
arch: "x86_64"
tmt_context: "x86_64"
tmt_context: "arch=x86_64"
pull_request_status_name: "bootc-cs9-x86-libvirt-replace"
tmt_plan_regex: "local"
tf_scope: private
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rhel9-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
arch: "x86_64"
tmt_context: "x86_64"
tmt_context: "arch=x86_64"
pull_request_status_name: "bootc-rhel94-x86-openstack-replace"
tmt_plan_regex: "openstack"
tf_scope: private
Expand All @@ -93,7 +93,7 @@ jobs:
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
arch: "x86_64"
tmt_context: "x86_64"
tmt_context: "arch=x86_64"
pull_request_status_name: "bootc-rhel94-x86-gcp-replace"
tmt_plan_regex: "gcp"
tf_scope: private
Expand All @@ -118,7 +118,7 @@ jobs:
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
arch: "x86_64"
tmt_context: "x86_64"
tmt_context: "arch=x86_64"
pull_request_status_name: "bootc-rhel94-x86-aws-replace"
tmt_plan_regex: "aws"
tf_scope: private
Expand All @@ -143,7 +143,7 @@ jobs:
git_url: ${{ needs.pr-info.outputs.repo_url }}
git_ref: ${{ needs.pr-info.outputs.ref }}
arch: "x86_64"
tmt_context: "x86_64"
tmt_context: "arch=x86_64"
pull_request_status_name: "bootc-rhel94-x86-libvirt-replace"
tmt_plan_regex: "local"
tf_scope: private
Expand Down

0 comments on commit 729cbc5

Please sign in to comment.