Skip to content

Commit 283ce0b

Browse files
Merge pull request #111 from brianhlin/SOFTWARE-5673.reenable-osg23-dev
Re-enable OSG 23 dev (SOFTWARE-5673)
2 parents 263222d + 4a6b5dd commit 283ce0b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/release-series-builds.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
os: 'el7'
2727
- name: '23'
2828
os: 'el9'
29-
# FIXME: disable OSG 23 dev until we have fixed the mash
30-
# cache + signed RPMs issue in the prod repo
31-
exclude:
32-
- repo: 'development'
33-
osg_series: {name: '23', os: 'el9'}
3429
steps:
3530

3631
- uses: actions/checkout@v3
@@ -73,11 +68,6 @@ jobs:
7368
os: 'el7'
7469
- name: '23'
7570
os: 'el9'
76-
# FIXME: disable OSG 23 dev until we have fixed the mash
77-
# cache + signed RPMs issue in the prod repo
78-
exclude:
79-
- repo: 'development'
80-
osg_series: {name: '23', os: 'el9'}
8171
runs-on: ubuntu-latest
8272
steps:
8373
- uses: actions/checkout@v3
@@ -123,11 +113,6 @@ jobs:
123113
os: 'el7'
124114
- name: '23'
125115
os: 'el9'
126-
# FIXME: disable OSG 23 dev until we have fixed the mash
127-
# cache + signed RPMs issue in the prod repo
128-
exclude:
129-
- repo: 'development'
130-
osg_series: {name: '23', os: 'el9'}
131116
steps:
132117
- uses: actions/checkout@v3
133118

@@ -198,11 +183,6 @@ jobs:
198183
os: 'el7'
199184
- name: '23'
200185
os: 'el9'
201-
# FIXME: disable OSG 23 dev until we have fixed the mash
202-
# cache + signed RPMs issue in the prod repo
203-
exclude:
204-
- repo: 'development'
205-
osg_series: {name: '23', os: 'el9'}
206186
needs: [make-date-tag, test-stash-cache]
207187
runs-on: ubuntu-latest
208188
steps:

0 commit comments

Comments
 (0)