Skip to content

Commit

Permalink
Skip the performance test plan on dist-gt PRs
Browse files Browse the repository at this point in the history
It was intended to run on upstream PRs only and it fails on EPEL8
because of old curl version. Just skip it.

Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Jan 19, 2024
1 parent 1789f9c commit 71c6b0d
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 71c6b0d

Please sign in to comment.