Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
reference-repository
Commits
b3f58ba9
Commit
b3f58ba9
authored
2 months ago
by
POUILLOUX Laurent
Committed by
POUILLOUX Laurent
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[ci] factorize docker per site for wikigen
parent
a24c6240
No related branches found
No related tags found
1 merge request
!1093
Use one runner per site for wikigen and add Louvain site
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-6
10 additions, 6 deletions
.gitlab-ci.yml
with
10 additions
and
6 deletions
.gitlab-ci.yml
+
10
−
6
View file @
b3f58ba9
...
@@ -43,18 +43,22 @@ wikigen:
...
@@ -43,18 +43,22 @@ wikigen:
extends
:
.template-refrepo
extends
:
.template-refrepo
stage
:
check
stage
:
check
allow_failure
:
true
allow_failure
:
true
variables
:
SITE_GENERATORS
:
site_hardware site_network
GLOBAL_GENERATORS
:
cpu_parameters disk_reservation environments group_storage hardware kwollect_metrics oar_properties status
parallel
:
parallel
:
matrix
:
matrix
:
-
GENERATOR
:
[
cpu_parameters
,
disk_reservation
,
environments
,
group_storage
,
hardware
,
kwollect_metrics
,
oar_properties
,
status
]
-
SITE
:
[
global
,
grenoble
,
lille
,
luxembourg
,
lyon
,
nancy
,
nantes
,
rennes
,
sophia
,
strasbourg
,
toulouse
]
SITE
:
global
DEBIAN_VERSION
:
[
bookworm
]
-
GENERATOR
:
[
site_hardware
,
site_network
]
SITE
:
[
grenoble
,
lille
,
luxembourg
,
lyon
,
nancy
,
nantes
,
rennes
,
sophia
,
strasbourg
,
toulouse
]
DEBIAN_VERSION
:
[
bookworm
]
DEBIAN_VERSION
:
[
bookworm
]
script
:
script
:
-
echo "$GRID5000_API" > "${HOME}/.grid5000_api.yml"
-
echo "$GRID5000_API" > "${HOME}/.grid5000_api.yml"
-
if [ "${SITE}" = "global" ]; then export GENERATORS=$GLOBAL_GENERATORS ; else export GENERATORS=$SITE_GENERATORS; fi
-
if [ "$CI_COMMIT_BRANCH" = "master" ]; then export WIKI="update"; else export WIKI="diff"; fi
-
if [ "$CI_COMMIT_BRANCH" = "master" ]; then export WIKI="update"; else export WIKI="diff"; fi
-
bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=${WIKI}
-
for GENERATOR in ${GENERATORS}; do
echo "Running $GENERATOR" ;
bundle exec rake gen:wiki NAME=${GENERATOR} SITE=${SITE} DO=${WIKI} ;
echo " ";
done
check-no-changes-in-data
:
check-no-changes-in-data
:
extends
:
.template-refrepo
extends
:
.template-refrepo
...
...
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