File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 osg_series :
2525 - name : ' 24'
2626 os : ' el9'
27+ - name : ' 25'
28+ os : ' el9'
2729 steps :
2830
2931 - uses : actions/checkout@v3
6466 osg_series :
6567 - name : ' 24'
6668 os : ' el9'
69+ - name : ' 25'
70+ os : ' el9'
6771 runs-on : ubuntu-latest
6872 steps :
6973 - uses : actions/checkout@v3
@@ -117,6 +121,9 @@ jobs:
117121 - name : ' 24'
118122 os : ' el9'
119123 organization : ' osg-htc'
124+ - name : ' 25'
125+ os : ' el9'
126+ organization : ' osg-htc'
120127 needs : [make-date-tag, xcache-image-builds]
121128 runs-on : ubuntu-latest
122129 steps :
Original file line number Diff line number Diff line change 44
55# Specify the base Yum repository to get the necessary RPMs
66ARG BASE_YUM_REPO=testing
7- ARG BASE_OSG_SERIES=23
7+ ARG BASE_OSG_SERIES=25
88ARG BASE_OS=el9
99
1010FROM opensciencegrid/software-base:$BASE_OSG_SERIES-$BASE_OS-$BASE_YUM_REPO AS xcache
You can’t perform that action at this time.
0 commit comments