Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_templates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
24
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gitlab_templates
Commits
4f200edf
Commit
4f200edf
authored
1 year ago
by
Fran Garcia-Linares
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3398744
by fjgarlin, moshe weitzman: Add decoupled_pages as downstream project to be tested
parent
10ba834f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!77
Add decoupled_pages project.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-3
12 additions, 3 deletions
.gitlab-ci.yml
with
12 additions
and
3 deletions
.gitlab-ci.yml
+
12
−
3
View file @
4f200edf
...
...
@@ -18,8 +18,7 @@ workflow:
# Run if triggered from WebIDE
-
if
:
$CI_PIPELINE_SOURCE == "webide"
downstream
:
.downstream-base
:
variables
:
# So downstream plugins know which .gitlab-ci.yml include to use.
_GITLAB_TEMPLATES_REPO
:
$CI_PROJECT_PATH
...
...
@@ -32,8 +31,18 @@ downstream:
stage
:
test
# Manual is needed because one must be a maintainer in the project below to run a pipeline there.
when
:
manual
keycdn
:
extends
:
.downstream-base
trigger
:
strategy
:
depend
# @todo Change this to a generic module which wont change often.
project
:
project/keycdn
branch
:
8.x-1.x
# For Nightwatch testing.
decoupled_pages
:
extends
:
.downstream-base
trigger
:
strategy
:
depend
project
:
project/decoupled_pages
branch
:
8.x-1.x
\ No newline at end of file
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