Skip to content

Commit

Permalink
infra: Configure for the new fedora-39 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Aug 28, 2023
1 parent b698a2e commit 3ce731b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .branch-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ distro_name: "fedora" # "fedora" or "rhel"
distro_release: "rawhide" # "rawhide" or a number without quotation marks

# The following only applies for rawhide.
branched_fedora_version: # number without quotation marks, or nothing if CI should not run for branched Fedora
rawhide_fedora_version: 39 # ditto
branched_fedora_version: 39 # number without quotation marks, or nothing if CI should not run for branched Fedora
rawhide_fedora_version: 40 # ditto
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See https://github.com/actions/labeler

# Always apply target fedora version to any changes
f39:
f40:
- '**'

webui:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/container-autoupdate-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
container-tag: master
branch: master

fedora-39:
uses: ./.github/workflows/container-rebuild-action.yml
secrets: inherit
with:
container-tag: fedora-39
branch: fedora-39
2 changes: 1 addition & 1 deletion .github/workflows/l10n-po-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
branch: ['master']
branch: ['master', 'fedora-39']

steps:
- name: Set up dependencies
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/tests-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
release: ['master']
release: ['master', 'fedora-39']
include:
- release: 'master'
target_branch: 'master'
Expand All @@ -52,6 +52,9 @@ jobs:
# target_branch: 'master'
# ci_tag: 'eln'
# build-args: '--build-arg=image=quay.io/fedoraci/fedora:eln-x86_64'
- release: 'fedora-39'
target_branch: 'fedora-39'
ci_tag: 'fedora-39'

env:
CI_TAG: '${{ matrix.ci_tag }}'
Expand Down Expand Up @@ -84,11 +87,14 @@ jobs:
strategy:
fail-fast: false
matrix:
release: ['master']
release: ['master', 'fedora-39']
include:
- release: 'master'
target_branch: 'master'
ci_tag: 'master'
- release: 'fedora-39'
target_branch: 'fedora-39'
ci_tag: 'fedora-39'

env:
CI_TAG: '${{ matrix.ci_tag }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try-release-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ['master', 'rhel-8', 'rhel-9']
branch: ['master', 'rhel-8', 'rhel-9', 'fedora-39']

steps:
- name: Check out repo
Expand Down

0 comments on commit 3ce731b

Please sign in to comment.