Skip to content

Commit

Permalink
split cray packages (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming authored Jan 19, 2024
1 parent da774d0 commit 5e24889
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions ci/config/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def job_template(self, env):
runner["variables"]["F7T_TOKEN_URL"] = "https://auth.cscs.ch/auth/realms/firecrest-clients/protocol/openid-connect/token"
runner["variables"]["F7T_URL"] = "https://firecrest.cscs.ch"
runner["variables"]["MODE"] = "baremetal"
runner["variables"]["SLURM_ACCOUNT"] = "csstaff"
runner["variables"]["FIRECREST_SYSTEM"] = env["system"]
# else configure baremetal runners deployed via Ansible/Nomad
else:
Expand Down
2 changes: 1 addition & 1 deletion recipes/prgenv-gnu/23.11/a100/environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gcc-env:
- toolchain: gcc
spec: gcc@11
mpi:
spec: cray-mpich
spec: cray-mpich@8.1.26
gpu: cuda
unify: true
specs:
Expand Down
4 changes: 1 addition & 3 deletions scripts/setup-oras
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ oras_creds="$(echo ${creds_json} | jq --join-output '"--username " + .container_
jfrog_u="$(echo ${creds_json} | jq -r '.container_registry.username')"
jfrog_p="$(echo ${creds_json} | jq -r '.container_registry.password')"

log "${jfrog_u} ${jfrog_p}"

log "logging in to jfrog.svc.cscs.ch with oras"
log "log in to jfrog.svc.cscs.ch with oras"

# Create a unique credentials path for this job,
# because by default credentials are stored in ~/.docker/config.json which
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-stackinator
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tool_base_path="$(pwd)"
# builds in the same pipeline do not conflict
tool_path=`mktemp -d`
tool_repo=https://github.com/eth-cscs/stackinator.git
tool_version=ad2281b2c094b043b2dd256ea224613943f47c14
tool_version=d9f0026c9884a0685296ec06aaadf1ce8f6541b2

log "installing stackinator from git in '${tool_path}'"

Expand Down

0 comments on commit 5e24889

Please sign in to comment.