-
Notifications
You must be signed in to change notification settings - Fork 5
Set up CI on CSCS machines #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
GeigerJ2
wants to merge
22
commits into
C2SM:cscs-ci
Choose a base branch
from
GeigerJ2:cscs-ci
base: cscs-ci
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6cee43f
Add ci/cscs.yml file
GeigerJ2 da9a1a5
Test hello world example
GeigerJ2 b2d2fcc
Add Dockerfile
GeigerJ2 baa2652
Remove COPY directives in hello world
GeigerJ2 cba9b06
Just `echo` in Dockerfile
GeigerJ2 f3527ea
Simple test to install package and dependencies
GeigerJ2 b5137d7
Reduce to one Python version
GeigerJ2 61169fe
Try if this runs now again
GeigerJ2 a52b4fe
Add build again
GeigerJ2 af6f37b
Switch to baremetal runner
GeigerJ2 f0919e2
Use baremetal runner with daint-gh200
GeigerJ2 b44ed1a
Remove common tool setup
GeigerJ2 5d57f30
.
GeigerJ2 acb590a
remove comments
GeigerJ2 4f52962
Update ci/cscs.yml
agoscinski a697395
Update ci/cscs.yml
agoscinski d0c8a2e
Update ci/cscs.yml
agoscinski aa199f3
Update ci/cscs.yml
agoscinski c532095
Use f7t runner and extend with repository setup
GeigerJ2 2eddc24
Invoke CI
agoscinski dea52fe
Cleanup CI script
GeigerJ2 440b380
Set /var/tmp as temporary installation directory for apt
GeigerJ2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.