Lines Matching +full:freebsd14 +full:- +full:0 +full:r
1 name: zfs-qemu
8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9 cancel-in-progress: true
12 test-config:
14 runs-on: ubuntu-24.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
22 - name: Generate OS config and CI type
25 …8", "almalinux9", "centos-stream9", "debian11", "debian12", "fedora40", "fedora41", "freebsd13-4r"…
26 …OS='["almalinux8", "almalinux9", "debian12", "fedora41", "freebsd13-3r", "freebsd14-1r", "ubuntu24…
32 ci_type=$(python3 .github/workflows/scripts/generate-ci-type.py $head $base)
39 os_json=$(echo ${os_selection} | jq -c)
43 qemu-vm:
44 name: qemu-x86
45 needs: [ test-config ]
47 fail-fast: false
49 # rhl: almalinux8, almalinux9, centos-stream9, fedora40, fedora41
52 # FreeBSD Release: freebsd13-3r, freebsd13-4r, freebsd14-0r, freebsd14-1r
53 # FreeBSD Stable: freebsd13-4s, freebsd14-1s
54 # FreeBSD Current: freebsd15-0c
55 os: ${{ fromJson(needs.test-config.outputs.test_os) }}
56 runs-on: ubuntu-24.04
58 - uses: actions/checkout@v4
62 - name: Setup QEMU
63 timeout-minutes: 10
64 run: .github/workflows/scripts/qemu-1-setup.sh
66 - name: Start build machine
67 timeout-minutes: 10
68 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }}
70 - name: Install dependencies
71 timeout-minutes: 20
75 while pidof /usr/bin/qemu-system-x86_64 >/dev/null; do
76 ssh 2>/dev/null zfs@$IP "uname -a" && break
78 scp .github/workflows/scripts/qemu-3-deps.sh zfs@$IP:qemu-3-deps.sh
79 PID=`pidof /usr/bin/qemu-system-x86_64`
80 ssh zfs@$IP '$HOME/qemu-3-deps.sh' ${{ matrix.os }}
82 tail --pid=$PID -f /dev/null
84 rm -f $HOME/.ssh/known_hosts
86 - name: Build modules
87 timeout-minutes: 30
92 while pidof /usr/bin/qemu-system-x86_64 >/dev/null; do
93 ssh 2>/dev/null zfs@$IP "uname -a" && break
95 rsync -ar $HOME/work/zfs/zfs zfs@$IP:./
96 ssh zfs@$IP '$HOME/zfs/.github/workflows/scripts/qemu-4-build.sh' ${{ matrix.os }}
98 - name: Setup testing machines
99 timeout-minutes: 5
100 run: .github/workflows/scripts/qemu-5-setup.sh
102 - name: Run tests
103 timeout-minutes: 270
104 run: .github/workflows/scripts/qemu-6-tests.sh
106 CI_TYPE: ${{ needs.test-config.outputs.ci_type }}
108 - name: Prepare artifacts
110 timeout-minutes: 10
111 run: .github/workflows/scripts/qemu-7-prepare.sh
113 - uses: actions/upload-artifact@v4
114 id: artifact-upload
117 name: Logs-functional-${{ matrix.os }}
118 path: /tmp/qemu-${{ matrix.os }}.tar
119 if-no-files-found: ignore
121 - name: Test Summary
123 …run: .github/workflows/scripts/qemu-8-summary.sh '${{ steps.artifact-upload.outputs.artifact-url }…
128 runs-on: ubuntu-latest
129 needs: [ qemu-vm ]
132 - uses: actions/checkout@v4
135 - uses: actions/download-artifact@v4
136 - name: Generating summary
137 run: .github/workflows/scripts/qemu-9-summary-page.sh
138 - name: Generating summary...
139 run: .github/workflows/scripts/qemu-9-summary-page.sh 2
140 - name: Generating summary...
141 run: .github/workflows/scripts/qemu-9-summary-page.sh 3
142 - name: Generating summary...
143 run: .github/workflows/scripts/qemu-9-summary-page.sh 4
144 - name: Generating summary...
145 run: .github/workflows/scripts/qemu-9-summary-page.sh 5
146 - name: Generating summary...
147 run: .github/workflows/scripts/qemu-9-summary-page.sh 6
148 - name: Generating summary...
149 run: .github/workflows/scripts/qemu-9-summary-page.sh 7
150 - name: Generating summary...
151 run: .github/workflows/scripts/qemu-9-summary-page.sh 8
152 - name: Generating summary...
153 run: .github/workflows/scripts/qemu-9-summary-page.sh 9
154 - name: Generating summary...
155 run: .github/workflows/scripts/qemu-9-summary-page.sh 10
156 - name: Generating summary...
157 run: .github/workflows/scripts/qemu-9-summary-page.sh 11
158 - name: Generating summary...
159 run: .github/workflows/scripts/qemu-9-summary-page.sh 12
160 - name: Generating summary...
161 run: .github/workflows/scripts/qemu-9-summary-page.sh 13
162 - name: Generating summary...
163 run: .github/workflows/scripts/qemu-9-summary-page.sh 14
164 - name: Generating summary...
165 run: .github/workflows/scripts/qemu-9-summary-page.sh 15
166 - name: Generating summary...
167 run: .github/workflows/scripts/qemu-9-summary-page.sh 16
168 - name: Generating summary...
169 run: .github/workflows/scripts/qemu-9-summary-page.sh 17
170 - name: Generating summary...
171 run: .github/workflows/scripts/qemu-9-summary-page.sh 18
172 - name: Generating summary...
173 run: .github/workflows/scripts/qemu-9-summary-page.sh 19
174 - uses: actions/upload-artifact@v4
177 path: out-*