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
4709cea2
Commit
4709cea2
authored
4 months ago
by
Philippe Virouleau
Committed by
Alexandre MERLIN
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Preview branches in resources explorer
parent
a9922e64
No related branches found
No related tags found
1 merge request
!926
Add a job to preview branches in resources explorer
Pipeline
#1123808
passed
3 months ago
Stage: .pre
Stage: deploy-to-api-servers
Stage: check
Stage: generate-access-history
Stage: deploy
Pipeline: Resources Explorer
#1123814
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-0
22 additions, 0 deletions
.gitlab-ci.yml
with
22 additions
and
0 deletions
.gitlab-ci.yml
+
22
−
0
View file @
4709cea2
...
...
@@ -99,6 +99,28 @@ rebuild_resources_explorer:
# as the pipeline is triggered, regardless of its status.
strategy
:
depend
preview_resources_explorer
:
stage
:
deploy
# NOTE: this job triggers a rebuild of resources explorer which will be
# automatically deployed to a specific environment.
# Resources Explorer build environments are available here:
# https://gitlab.inria.fr/grid5000/resources-explorer/-/environments
rules
:
# Do not create the job on master
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
never
# But create a manual job on branches
-
if
:
$CI_COMMIT_BRANCH
when
:
manual
variables
:
NEXT_PUBLIC_REFREPO_BRANCH
:
$CI_COMMIT_BRANCH
trigger
:
project
:
grid5000/resources-explorer
# This mirrors the status of RE's pipeline into our own.
# We may want to revisit this if we want to show a "green" job as soon
# as the pipeline is triggered, regardless of its status.
strategy
:
depend
rspec
:
stage
:
check
# we use 'checks' here to avoid blocking on this when updating the ref-repo
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