Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
0b78ff97
Commit
0b78ff97
authored
2 years ago
by
Sebastian Achilles
Browse files
Options
Downloads
Patches
Plain Diff
CI: add automatic repo sync
parent
8757db56
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-3
22 additions, 3 deletions
.gitlab-ci.yml
with
22 additions
and
3 deletions
.gitlab-ci.yml
+
22
−
3
View file @
0b78ff97
default
:
tags
:
[
public-docker
]
image
:
$CI_REGISTRY/easybuild-docker/easybuild-docker/rocky8-eb-test:latest
stages
:
-
test
-
deploy
workflow
:
rules
:
...
...
@@ -14,6 +14,9 @@ workflow:
TARGET_BRANCH
:
'
2023'
check_style
:
stage
:
test
tags
:
[
public-docker
]
image
:
$CI_REGISTRY/easybuild-docker/easybuild-docker/rocky8-eb-test:latest
script
:
-
ml --version && which -a eb && eb --version && eb --show-system-info
-
export SYSTEMNAME="juwelsbooster"
# Make this the default for packages like NVHPC
...
...
@@ -66,6 +69,9 @@ check_style:
full_check_style
:
when
:
manual
stage
:
test
tags
:
[
public-docker
]
image
:
$CI_REGISTRY/easybuild-docker/easybuild-docker/rocky8-eb-test:latest
script
:
-
export SYSTEMNAME="juwelsbooster"
# Make this the default for packages like NVHPC
-
export EASYBUILD_INCLUDE_EASYBLOCKS="$CI_PROJECT_DIR/Custom_EasyBlocks/*.py,$CI_PROJECT_DIR/Custom_EasyBlocks/generic/*.py"
...
...
@@ -104,3 +110,16 @@ full_check_style:
-
fi
-
done
-
if [ -n "$faulty" ]; then echo "Faulty EasyConfigs... $faulty"; exit 1; fi
sync_repo_on_HPC
:
stage
:
deploy
tags
:
-
jacamar
-
juwels
-
shell
script
:
-
cd /p/fastdata/zam/swmanage/EasyBuild/2023
-
hostname
-
git pull https://project_2497_bot1:$GITLAB_TOKEN@gitlab.jsc.fz-juelich.de/software-team/easybuild.git
only
:
-
'
2023'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment