Skip to content

Commit

Permalink
tmt-workflow: workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Jan 29, 2024
1 parent 362001a commit 7557d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
strategy: [standalone, big-merge, bootstrap]
include:
- strategy: standalone
copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-incubator-YYYYMMDD"
copr_project_tpl: "llvm-snapshots-incubator-YYYYMMDD"
- strategy: big-merge
copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD"
copr_project_tpl: "llvm-snapshots-big-merge-YYYYMMDD"
- strategy: bootstrap
copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-bootstrap-YYYYMMDD"
copr_project_tpl: "llvm-snapshots-bootstrap-YYYYMMDD"
runs-on: ubuntu-latest
container:
image: "${{ matrix.os }}:${{ matrix.version }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshot-gating.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
summary: LLVM Tests for snapshot gating
prepare:
how: install
copr: "$PROJECT_TODAY"
copr: "@fedora-llvm-team/$PROJECT_TODAY"
adjust:
- discover+:
- name: redhat-rpm-config-tests
Expand Down

0 comments on commit 7557d0f

Please sign in to comment.