Skip to content

Commit

Permalink
Skip the performance test plan on dist-gt PRs (#346)
Browse files Browse the repository at this point in the history
Skip the performance test plan on dist-gt PRs

It was intended to run on upstream PRs only and it fails on EPEL8 because of old curl version. Just skip it.

Reviewed-by: František Lachman <[email protected]>
Reviewed-by: Laura Barcziová
  • Loading branch information
softwarefactory-project-zuul[bot] authored Mar 22, 2024
2 parents e9a63b6 + 2e35a71 commit 479e55b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plans/performance.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ prepare:
script: pip3 install pytest-fail-slow
- how: shell
script: curl --output-dir /tmp -O https://src.fedoraproject.org/rpms/texlive/raw/rawhide/f/texlive.spec
adjust:
- when: "initiator != packit"
because: "skip this plan on dist-git pull requests"
enabled: false

0 comments on commit 479e55b

Please sign in to comment.