Skip to content

Commit b253ebd

Browse files
authored
support el9 and remove xalt (#40)
* support el9 * remove xalt
1 parent ad2ce54 commit b253ebd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

88
before_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

template/before.sh.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ module purge
138138
# Load the runtime environment
139139
runtime_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 -%>

template/script.sh.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 -%>
5050
module load spark/<%= context.spark_version %>
5151
module list

0 commit comments

Comments
 (0)