Skip to content

Commit

Permalink
TMP: CI: run only on f-41
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Feb 21, 2024
1 parent e3d2258 commit 9ec8fff
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions contrib/ci/get-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,7 @@ def get_fedora_releases(type, exclude=[]):


def get_fedora_matrix():
fedora_stable = get_fedora_releases('current')
fedora_devel = get_fedora_releases('pending', exclude=['eln'])
fedora_frozen = get_fedora_releases('frozen', exclude=['eln'])

matrix = []
matrix.extend(['fedora-{0}'.format(x) for x in fedora_stable])
matrix.extend(['fedora-{0}'.format(x) for x in fedora_devel])
matrix.extend(['fedora-{0}'.format(x) for x in fedora_frozen])

return matrix
return ['fedora-41']


def get_centos_matrix():
Expand Down

0 comments on commit 9ec8fff

Please sign in to comment.