Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
particle_methods
hysop
Commits
3cb225c5
Commit
3cb225c5
authored
2 years ago
by
EXT Jean-Matthieu Etancelin
Browse files
Options
Downloads
Patches
Plain Diff
get CI test back alive
parent
8922f842
No related branches found
No related tags found
1 merge request
!45
Update "Development documentation"
Pipeline
#128567
passed
2 years ago
Stage: doc
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
3cb225c5
...
@@ -72,8 +72,7 @@ test:jammy:
...
@@ -72,8 +72,7 @@ test:jammy:
image
:
gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
image
:
gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
stage
:
test
stage
:
test
script
:
script
:
-
"
echo
ok"
-
"
bash
ci/scripts/test.sh
$CI_PROJECT_DIR/install/gcc
$CI_PROJECT_DIR/hysop
$CI_PROJECT_DIR/cache"
# - "bash ci/scripts/test.sh $CI_PROJECT_DIR/install/gcc $CI_PROJECT_DIR/hysop $CI_PROJECT_DIR/cache"
dependencies
:
dependencies
:
-
install:jammy
-
install:jammy
cache
:
cache
:
...
@@ -84,8 +83,9 @@ test:jammy:
...
@@ -84,8 +83,9 @@ test:jammy:
# Trigger the CI of hysop-doc project to re-build online documentation (user+generated)
# Trigger the CI of hysop-doc project to re-build online documentation (user+generated)
onlinedocupdate
:
onlinedocupdate
:
stage
:
doc
stage
:
doc
#
rules:
rules
:
#
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
if
:
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
trigger
:
trigger
:
project
:
particle_methods/hysop-doc
project
:
particle_methods/hysop-doc
branch
:
main
branch
:
main
allow_failure
:
true
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