diff --git a/.github/workflows/tmt.yml b/.github/workflows/tmt.yml index 8842abaa..bff6f025 100644 --- a/.github/workflows/tmt.yml +++ b/.github/workflows/tmt.yml @@ -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 }}" diff --git a/tests/snapshot-gating.fmf b/tests/snapshot-gating.fmf index aac8fcee..972adc0c 100644 --- a/tests/snapshot-gating.fmf +++ b/tests/snapshot-gating.fmf @@ -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