File tree 5 files changed +33
-1
lines changed
5 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1
Original file line number Diff line number Diff line change 28
28
trigger : pull_request
29
29
metadata :
30
30
targets :
31
- - fedora-29-x86_64
31
+ - fedora-30-x86_64
32
+ - fedora-31-x86_64
32
33
- fedora-rawhide-x86_64
34
+ - job : tests
35
+ trigger : pull_request
36
+ metadata :
37
+ targets :
33
38
- fedora-30-x86_64
39
+ - fedora-31-x86_64
40
+ - fedora-rawhide-x86_64
Original file line number Diff line number Diff line change
1
+ /test/build:
2
+ /smoke:
3
+ execute:
4
+ how: shell
5
+ script:
6
+ - python3 -c "import ogr"
7
+ /full:
8
+ prepare:
9
+ how: ansible
10
+ playbooks:
11
+ - files/packit-testing-farm-prepare.yaml
12
+ execute:
13
+ how: shell
14
+ script:
15
+ - pwd; cd ~/git-source && pwd && make check
Original file line number Diff line number Diff line change
1
+ ---
2
+ - name : This is a recipe for preparing the environment when running tests inside testing-farm
3
+ hosts : all
4
+ tasks :
5
+ - include_tasks : tasks/generic-dnf-requirements.yaml
6
+ - include_tasks : tasks/python-compile-deps.yaml
7
+ - include_tasks : tasks/rpm-test-deps.yaml
Original file line number Diff line number Diff line change 1
1
---
2
+ - name : Print the current working directory
3
+ command : pwd
2
4
- name : Install ogr from {{ project_dir }}
3
5
pip :
4
6
name : ' {{ project_dir }}'
You can’t perform that action at this time.
0 commit comments