Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions ci/cscs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
# Include external CI template from CSCS
include:
- remote: "https://gitlab.com/cscs-ci/recipes/-/raw/master/templates/v2/.ci-ext.yml"

# Defines the stages for the CI/CD pipeline
# Jobs in earlier stages are run before jobs in later stages.
stages:
- build

variables:
TMPDIR: "/var/tmp"

job:
stage: build
extends: .f7t-controller
script:
- FIRECREST_URL=https://api.cscs.ch/cw/firecrest/v1
- CLUSTER=santis
- firecrest filesystems --system $CLUSTER
- apt-get update -y && apt-get install -y --no-install-recommends graphviz graphviz-dev rabbitmq-server
- pip install --upgrade pip
- pip install hatch
- pip install .
- verdi presto --profile-name "cscs-ci"