Skip to content

Commit 49a99c8

Browse files
Test: print stats file.
1 parent 6abe28d commit 49a99c8

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Continuous integration in containers
2-
on: [push, pull_request, workflow_dispatch]
2+
on: [push, workflow_dispatch]
33

44
jobs:
55
Containerized-CI:
66
runs-on: ubuntu-22.04
77
strategy:
88
fail-fast: false
99
matrix:
10-
compiler: [ifort, ifx]
10+
compiler: [ifort]
1111
python-version: [3.11]
1212
include:
1313
# Flags and KGOs for Intel Fortran Compiler Classic
@@ -139,15 +139,16 @@ jobs:
139139
python plot_test_outputs.py
140140
fi
141141
cd data/outputs/UKMO
142-
tar --ignore-failed-read -czf outputs.${{ matrix.compiler }}.UKMO.tgz cosp2_output.um_global.nc \
143-
cosp2_output_um.nc *.png cosp2_output.um_global.${{ matrix.compiler }}.out
142+
# tar --ignore-failed-read -czf outputs.${{ matrix.compiler }}.UKMO.tgz cosp2_output.um_global.nc \
143+
# cosp2_output_um.nc *.png cosp2_output.um_global.${{ matrix.compiler }}.out
144144
ls -lh
145+
more cosp2_output.um_global.${{ matrix.compiler }}.out
145146
###############################################################################
146147
# Make output files available if any test fails
147148
###############################################################################
148-
- name: Upload output file if test fails
149-
if: failure()
150-
uses: actions/upload-artifact@v4.3.3
151-
with:
152-
name: outputs.${{ matrix.compiler }}.UKMO.tgz
153-
path: driver/data/outputs/UKMO/outputs.${{ matrix.compiler }}.UKMO.tgz
149+
# - name: Upload output file if test fails
150+
# if: failure()
151+
# uses: actions/upload-artifact@v4.3.3
152+
# with:
153+
# name: outputs.${{ matrix.compiler }}.UKMO.tgz
154+
# path: driver/data/outputs/UKMO/outputs.${{ matrix.compiler }}.UKMO.tgz

0 commit comments

Comments
 (0)