Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Important: There are two different kind of runners. You can select them by specifying one or more tags in order have to identify which runner you would like to run your pipeline by specifying one or more tags shown in the following.
Important:
If you do not select any tag, the pipeline will never start.

...

  • 2 CPU-only runners, with access up to 16 CPUs each. Jobs are executed in concurrent execution. (specific tags: ppc64le, cpu, podman)

  • 4 CPU+GPU runners, limited to run 1 CI job each at the time. Each runner has access to a dedicated GPU. No concurrent execution is allowed on these runners. (specific tags: ppc64le, podman, nvidia-volta)

Summary

Below we summarize the runners and the tags needed to select the correct one.

ClusterRunnersTagsNotes
Galileo1002 CPU-only

x86_64
cpu
docker

Up to 24 cpus each.
Concurrent execution
2 CPU+GPU

x86_64
docker
nvidia-sm70
nvidia-volta
nvidia-cuda

Each runner has a dedicated GPU.
No concurrent execution
Marconi1002 CPU-only

ppc64le
cpu
podman

Up to 16 cpus each.
Concurrent execution

4 CPU+GPU

ppc64le
podman
nvidia-volta

Each runner has a dedicated GPU.
No concurrent execution

Important: If you do not select any tag, the pipeline will never start.