File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ variables:
22 # older versions of git have issues fetching.
33 GIT_STRATEGY : clone
44 OOD_PACKAGING_DEBUG : ' true'
5- OOD_PACKAGING_GPG_PRIVATE_KEY : /systems/osc_certs/gpg/ondemand/ondemand.sec
5+ OOD_PACKAGING_GPG_PRIVATE_KEY : /systems/osc_certs/gpg/ondemand/ondemand-sha512 .sec
66 OOD_PACKAGING_GPG_PASSPHRASE : /systems/osc_certs/gpg/ondemand/.gpgpass
77
88before_script :
@@ -23,6 +23,8 @@ rpm-build:
2323 parallel :
2424 matrix :
2525 - OOD_PACKAGING_DIST : [el8]
26+ OOD_PACKAGING_GPG_PRIVATE_KEY : /systems/osc_certs/gpg/ondemand/ondemand.sec
27+ - OOD_PACKAGING_DIST : [el9]
2628 artifacts :
2729 paths :
2830 - tmp/output
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ module purge
138138# Load the runtime environment
139139runtime_env() {
140140 module purge
141- module load xalt/latest
142141 <%- unless [ 'cardinal' , 'ascend' ] . include? ( context . cluster ) -%>
143142 module load python/3.6-conda5.2 spark/<%= context . spark_version %>
144143 <%- else -%>
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ echo "TTT - $(date)"
4343
4444# Setup Jupyter Notebook environment
4545< %- if [' cardinal' , ' ascend' ].include? (context.cluster) -%>
46- module load project/ondemand xalt/latest < %= context.version %>
46+ module load project/ondemand < %= context.version %>
4747< %- else -%>
48- module load ondemand/project xalt/latest < %= context.version %>
48+ module load ondemand/project < %= context.version %>
4949< %- end -%>
5050module load spark/< %= context.spark_version %>
5151module list
You can’t perform that action at this time.
0 commit comments