Skip to content

Commit

Permalink
ci: additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalena committed Jul 4, 2024
1 parent c8a1c69 commit dced311
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ permissions:
contents: read

jobs:
arm64:
push_to_registry:
name: ${{ matrix.config.tag }} on ${{ matrix.config.platform }}
runs-on: ubuntu-latest
concurrency:
group: arm64-${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.dockerfile }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.config.dockerfile }}
cancel-in-progress: true
strategy:
fail-fast: false
matrix:
config:
- { dockerfile: 'Dockerfile-Fedora-latest', tag: 'fedora', platform: 'linux/arm64,linux/amd64' }
- { dockerfile: 'Dockerfile-CentOS-10-Stream', tag: 'centos:stream10' }
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
container: [
"fedora",
"centos:stream10",
]
test: [
"01",
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
container: [
"fedora",
"centos:stream10",
]
network: [
"network",
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
container: [
"opensuse",
"centos:stream10",
]
network: [
"network-legacy",
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
strategy:
matrix:
container: [
"fedora",
"centos:stream10",
]
test: [
"02",
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
strategy:
matrix:
container: [
"fedora",
"centos:stream10",
]
network: [
"network-manager",
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
strategy:
matrix:
container: [
"fedora",
"centos:stream10",
]
test: [
"98",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manualtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
container:
type: choice
description: 'distro'
default: 'fedora'
default: 'centos:stream10'
options:
- "fedora"
- "centos:stream10"
env:
description: 'Environment (optional)'
default: '{"DEBUGFAIL": "rd.debug"}'
Expand Down

0 comments on commit dced311

Please sign in to comment.