15 lines
403 B
Text
15 lines
403 B
Text
summary:
|
|
Performance tests
|
|
discover+:
|
|
filter: tier:3
|
|
prepare:
|
|
- how: install
|
|
package: python3-pip
|
|
- how: shell
|
|
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
|