You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.0 KiB
57 lines
1.0 KiB
![]()
5 years ago
|
## The test container is created with https://github.com/dracutdevs/fedora-container
|
||
|
|
||
![]()
5 years ago
|
name: Fedora-32
|
||
![]()
5 years ago
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- 'master'
|
||
|
tags:
|
||
|
- '*'
|
||
|
pull_request:
|
||
|
|
||
|
jobs:
|
||
|
test:
|
||
|
runs-on: ubuntu-latest
|
||
![]()
5 years ago
|
container:
|
||
![]()
5 years ago
|
image: quay.io/haraldh/dracut-fedora:32
|
||
![]()
5 years ago
|
options: "--privileged"
|
||
![]()
5 years ago
|
timeout-minutes: 45
|
||
![]()
5 years ago
|
strategy:
|
||
|
matrix:
|
||
![]()
5 years ago
|
test: [
|
||
|
"01",
|
||
|
"02",
|
||
|
"03",
|
||
|
"04",
|
||
|
"10",
|
||
|
"11",
|
||
|
"12",
|
||
|
"13",
|
||
|
"14",
|
||
|
"15",
|
||
|
"17",
|
||
|
"20",
|
||
![]()
5 years ago
|
"21",
|
||
![]()
5 years ago
|
"30",
|
||
![]()
5 years ago
|
"31",
|
||
![]()
5 years ago
|
"35",
|
||
![]()
5 years ago
|
"36",
|
||
![]()
5 years ago
|
"40",
|
||
![]()
5 years ago
|
"41",
|
||
![]()
5 years ago
|
"50",
|
||
![]()
5 years ago
|
"51",
|
||
![]()
5 years ago
|
"60",
|
||
![]()
5 years ago
|
"61",
|
||
![]()
5 years ago
|
"99",
|
||
![]()
5 years ago
|
]
|
||
![]()
5 years ago
|
fail-fast: false
|
||
|
steps:
|
||
|
- name: "Checkout Repository"
|
||
|
uses: actions/checkout@v2
|
||
|
with:
|
||
|
fetch-depth: 0
|
||
|
|
||
|
- name: "TEST-${{ matrix.test }}"
|
||
![]()
5 years ago
|
run: ./fedora-test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
|