Skip to content

Commit cfeee11

Browse files
committed
Fix missed test/push updates for OSG 23
1 parent ddf9ecb commit cfeee11

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,16 @@ jobs:
118118
fail-fast: False
119119
matrix:
120120
repo: ['development', 'testing', 'release']
121-
osg_series: ['3.6']
121+
osg_series:
122+
- name: '3.6'
123+
os: 'el7'
124+
- name: '23'
125+
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'}
122131
steps:
123132
- uses: actions/checkout@v3
124133

@@ -181,7 +190,16 @@ jobs:
181190
matrix:
182191
image: [atlas-xcache, cms-xcache, stash-cache, stash-origin, xcache]
183192
repo: ['development', 'testing', 'release']
184-
osg_series: ['3.6']
193+
osg_series:
194+
- name: '3.6'
195+
os: 'el7'
196+
- name: '23'
197+
os: 'el9'
198+
# FIXME: disable OSG 23 dev until we have fixed the mash
199+
# cache + signed RPMs issue in the prod repo
200+
exclude:
201+
- repo: 'development'
202+
osg_series: {name: '23', os: 'el9'}
185203
needs: [make-date-tag, test-stash-cache]
186204
runs-on: ubuntu-latest
187205
steps:

0 commit comments

Comments
 (0)