File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -138,15 +138,15 @@ jobs:
138
138
- name : Run tests
139
139
run : scripts/run_basic_tests.sh ${{ matrix.docker-image }} DIRACOS-*.sh
140
140
141
- macos-tests :
142
- name : macOS tests
141
+ macos-64- tests :
142
+ name : macOS (x86_64) tests
143
143
if : github.repository == 'DIRACGrid/DIRACOS2'
144
144
needs : build-installer
145
145
runs-on : ${{ matrix.os }}
146
146
strategy :
147
147
fail-fast : false
148
148
matrix :
149
- os : [macos-11, macos-12 ]
149
+ os : [macos-13 ]
150
150
steps :
151
151
- uses : actions/checkout@v3
152
152
- name : Download installer
@@ -160,6 +160,28 @@ jobs:
160
160
source diracos/diracosrc
161
161
pip install DIRAC
162
162
163
+ macos-tests :
164
+ name : macOS (arm64) tests
165
+ if : github.repository == 'DIRACGrid/DIRACOS2'
166
+ needs : build-installer
167
+ runs-on : ${{ matrix.os }}
168
+ strategy :
169
+ fail-fast : false
170
+ matrix :
171
+ os : [macos-14, macos-15]
172
+ steps :
173
+ - uses : actions/checkout@v3
174
+ - name : Download installer
175
+ uses : actions/download-artifact@v3
176
+ with :
177
+ name : installer-osx-arm64
178
+ - name : Run tests
179
+ run : |
180
+ bash DIRACOS-*.sh
181
+ set -x
182
+ source diracos/diracosrc
183
+ pip install DIRAC
184
+
163
185
integration-tests-client-and-server :
164
186
name : Integration tests (Py3 server)
165
187
if : github.repository == 'DIRACGrid/DIRACOS2'
Original file line number Diff line number Diff line change 24
24
echo ' # in setups like EOS'
25
25
echo ' export DAVIX_DISABLE_REDIRECT_CACHING=1'
26
26
echo ' '
27
+ echo ' # XROOTD options to avoid internal retry leading to lost files'
28
+ echo ' # https://its.cern.ch/jira/browse/EOS-6195'
29
+ echo ' export XRD_WRITERECOVERY=0'
30
+ echo ' '
27
31
echo ' # Set up the X509 variables'
28
32
echo ' '
29
33
echo ' # Function check if folder exist and contains files'
You can’t perform that action at this time.
0 commit comments