You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The prefix path in the CSCS internal container image registry, to which your pipeline has write access. Within this prefix, you can choose any directory structure. Images that are pushed to a path matching **/public/** , can be pulled by anybody within CSCS network
* The URL of the middleware, the orchestrator software
196
-
* `CSCS_CI_DEFAULT_SLURM_ACCOUNT` (empty if not set on CI setup page)
197
-
* The project to which SLURM accounting will go to. It is set up on the CI setup page in the Admin section. It can be overwritten via SLURM_ACCOUNT for individual jobs
* Clone URL for git. This is needed for some implementation details of the gitlab-runner custom executor. This is the clone URL of the registered project, i.e. this is not the clone URL of the mirror project
200
-
- `ARCH`(`x86_64` or `aarch64`)
201
-
This is the architecture of the runner. It is either an ARM64 machine, i.e. `aarch64`, or a traditinal `x86_64` machine.
190
+
### `CSCS_REGISTRY`
191
+
value: `jfrog.svc.cscs.ch`
192
+
193
+
CSCS internal registry, preferred registry to store your container images
0 commit comments