Skip to content

Commit

Permalink
Re-enable OSG 23 dev (SOFTWARE-5673)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Jan 16, 2024
1 parent 263222d commit 4a6b5dd
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release-series-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
os: 'el7'
- name: '23'
os: 'el9'
# FIXME: disable OSG 23 dev until we have fixed the mash
# cache + signed RPMs issue in the prod repo
exclude:
- repo: 'development'
osg_series: {name: '23', os: 'el9'}
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -73,11 +68,6 @@ jobs:
os: 'el7'
- name: '23'
os: 'el9'
# FIXME: disable OSG 23 dev until we have fixed the mash
# cache + signed RPMs issue in the prod repo
exclude:
- repo: 'development'
osg_series: {name: '23', os: 'el9'}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -123,11 +113,6 @@ jobs:
os: 'el7'
- name: '23'
os: 'el9'
# FIXME: disable OSG 23 dev until we have fixed the mash
# cache + signed RPMs issue in the prod repo
exclude:
- repo: 'development'
osg_series: {name: '23', os: 'el9'}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -198,11 +183,6 @@ jobs:
os: 'el7'
- name: '23'
os: 'el9'
# FIXME: disable OSG 23 dev until we have fixed the mash
# cache + signed RPMs issue in the prod repo
exclude:
- repo: 'development'
osg_series: {name: '23', os: 'el9'}
needs: [make-date-tag, test-stash-cache]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4a6b5dd

Please sign in to comment.