Skip to content
Snippets Groups Projects
Commit 4f200edf authored by Fran Garcia-Linares's avatar Fran Garcia-Linares
Browse files

Issue #3398744 by fjgarlin, moshe weitzman: Add decoupled_pages as downstream project to be tested

parent 10ba834f
No related branches found
No related tags found
1 merge request!77Add decoupled_pages project.
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment