forked from packit/packit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathci.fmf
27 lines (27 loc) · 751 Bytes
/
ci.fmf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/test/build:
/smoke:
execute:
how: shell
script:
- packit --version
- packit --help
- packit status https://github.com/packit-service/packit
- packit status https://src.fedoraproject.org/rpms/packit
/full:
prepare:
how: ansible
playbooks:
- files/packit-testing-farm-prepare.yaml
execute:
how: shell
script:
- pwd; cd ~/git-source && pwd && make check
/session-recording:
prepare:
how: ansible
playbooks:
- files/packit-testing-farm-prepare-session-recording.yaml
execute:
how: shell
script:
- pwd; cd ~/git-source && pwd && make check TESTS_TARGET=tests_recording