Skip to content
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

Lumi CICD sync fix #520

Merged
merged 4 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions .github/workflows/lumi-sync.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Run CICD on Lumi (using .gitlab-ci.yml)

on: push
branches:
- refactoring
- lumi_gpu_evatali
on:
push:
branches:
- refactoring
- lumi_gpu_evatali

jobs:
gitlabsync:
Expand Down
9 changes: 4 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
fesom-job:
stage: build
variables:
SCHEDULER_PARAMETERS: "-N 1 -n 56 --mem=16G -t 00:30:00 -A project_462000376"
SCHEDULER_PARAMETERS: "-N 1 -n 56 --mem=32G -p dev-g -t 00:30:00 -A project_462000376"
tags:
- lumi
artifacts:
paths:
- fesom_build.log
# artifacts:
# paths:
# - fesom_build.log
script:
- echo "building fesom branch"
- bash -l configure.sh lumi
- touch fesom_build.log
Loading