Skip to content

Commit

Permalink
adapt to variable rename MODE --> CSCS_RUNNER_MODE (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
finkandreas authored Aug 26, 2024
1 parent b915f79 commit 4e4577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/config/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def job_template(self, env):
f7t_defaults = {
"F7T_TOKEN_URL": "https://auth.cscs.ch/auth/realms/firecrest-clients/protocol/openid-connect/token",
"F7T_URL": "https://firecrest.cscs.ch",
"MODE": "baremetal",
"CSCS_RUNNER_MODE": "baremetal",
"SLURM_ACCOUNT": "csstaff",
"FIRECREST_SYSTEM": env["system"]}
# set the defaults for values that have not already been set in the
Expand Down

0 comments on commit 4e4577b

Please sign in to comment.