File tree 6 files changed +28
-3
lines changed
6 files changed +28
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1
Original file line number Diff line number Diff line change 21
21
- centos-stream-10
22
22
- fedora-all
23
23
24
+ - job : tests
25
+ trigger : pull_request
26
+ targets :
27
+ - fedora-39
28
+ - fedora-39-aarch64
29
+ - fedora-40
30
+ - fedora-40-aarch64
31
+ - centos-stream-9
32
+ - centos-stream-9-aarch64
33
+ - centos-stream-10
34
+
24
35
- job : copr_build
25
36
trigger : commit
26
37
branch : " ^main$"
Original file line number Diff line number Diff line change
1
+ summary:
2
+ Run all tests
3
+ discover:
4
+ how: fmf
5
+ execute:
6
+ how: tmt
7
+
8
+ # Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating
9
+ environment:
10
+ TEST_AUDIT_NO_SELINUX: 1
Original file line number Diff line number Diff line change 18
18
- python3
19
19
- targetcli
20
20
- tlog
21
+ - podman
21
22
test: ./browser.sh
22
23
duration: 1h
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def setUp(self):
45
45
46
46
# push pre-defined blueprint
47
47
self .machine .execute ("""
48
- for toml_file in /home/admin/files /*.toml; do
48
+ for toml_file in /etc/osbuild-composer/blueprints /*.toml; do
49
49
composer-cli blueprints push $toml_file
50
50
done
51
51
""" )
Original file line number Diff line number Diff line change @@ -13,15 +13,17 @@ if [ -n "$VG" ]; then
13
13
fi
14
14
15
15
# Repositories in /etc/osbuild-composer/repositories are used only for on-premise
16
- REPODIR= /etc/osbuild-composer/repositories
17
- sudo mkdir -p $REPODIR
16
+ sudo mkdir -p /etc/osbuild-composer/repositories
17
+ sudo mkdir -p /etc/osbuild-composer/blueprints
18
18
# Copy rhel nightly overrides
19
19
if [ -d /home/admin/files ]; then
20
20
cp /home/admin/files/rhel-95.json /etc/osbuild-composer/repositories/rhel-95.json
21
21
cp /home/admin/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.0.json
22
+ cp /home/admin/files/* .toml /etc/osbuild-composer/blueprints/
22
23
else
23
24
cp test/files/rhel-95.json /etc/osbuild-composer/repositories/rhel-95.json
24
25
cp test/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.json
26
+ cp test/files/* .toml /etc/osbuild-composer/blueprints/
25
27
fi
26
28
ln -s /etc/osbuild-composer/repositories/rhel-95.json /etc/osbuild-composer/repositories/rhel-95-beta.json
27
29
ln -s /etc/osbuild-composer/repositories/rhel-95.json /etc/osbuild-composer/repositories/rhel-95-ga.json
You can’t perform that action at this time.
0 commit comments