Skip to content

Commit

Permalink
Merge pull request #5970 from KKoukiou/f41-ga
Browse files Browse the repository at this point in the history
infra: remove f41 from supported braches as it's past final date already
  • Loading branch information
KKoukiou authored Oct 29, 2024
2 parents 9f8952b + f6f443a commit a8df3c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .branch-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ rawhide_fedora_version: 42 # number without quotation marks, or nothing if CI sh

# List of all the branches which are currently supported and CI should be executed on these.
supported_branches:
- fedora-41:
variant: "fedora"
- rhel-9:
variant: "rhel"
- rhel-10:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: ['master', 'fedora-41', 'rhel-9', 'rhel-10']
branch: ['master', 'rhel-9', 'rhel-10']
# Don't run scheduled workflows on forks.
if: github.event_name != 'schedule' || github.repository == 'rhinstaller/anaconda'
uses: ./.github/workflows/container-rebuild-action.yml
Expand Down
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', 'fedora-41', 'rhel-9', 'rhel-10']
branch: ['master', 'rhel-9', 'rhel-10']

steps:
- name: Set up dependencies
Expand Down
10 changes: 2 additions & 8 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', 'fedora-41', 'rhel-9', 'rhel-10']
release: ['master', 'rhel-9', 'rhel-10']
include:
- release: 'master'
target_branch: 'master'
Expand All @@ -52,9 +52,6 @@ jobs:
# target_branch: 'master'
# ci_tag: 'eln'
# build-args: '--build-arg=image=quay.io/fedoraci/fedora:eln-x86_64'
- release: 'fedora-41'
target_branch: 'fedora-41'
ci_tag: 'fedora-41'
- release: 'rhel-9'
target_branch: 'rhel-9'
ci_tag: 'rhel-9'
Expand Down Expand Up @@ -93,14 +90,11 @@ jobs:
strategy:
fail-fast: false
matrix:
release: ['master', 'fedora-41', 'rhel-9', 'rhel-10']
release: ['master', 'rhel-9', 'rhel-10']
include:
- release: 'master'
target_branch: 'master'
ci_tag: 'master'
- release: 'fedora-41'
target_branch: 'fedora-41'
ci_tag: 'fedora-41'
- release: 'rhel-9'
target_branch: 'rhel-9'
ci_tag: 'rhel-9'
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', 'fedora-41', 'rhel-9', 'rhel-10']
branch: ['master', 'rhel-9', 'rhel-10']

steps:
- name: Check out repo
Expand Down

0 comments on commit a8df3c3

Please sign in to comment.