Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Applications
Orbit
Commits
9a24bb93
Commit
9a24bb93
authored
4 years ago
by
Jean-Baptiste Pasquier
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into feature/community-directory
parents
994bf927
a9366cd4
No related branches found
No related tags found
2 merge requests
!284
Release/community directory
,
!283
Feature/community directory
Pipeline
#10887
passed
4 years ago
Stage: build
Stage: test
Stage: integration
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-6
28 additions, 6 deletions
.gitlab-ci.yml
with
28 additions
and
6 deletions
.gitlab-ci.yml
+
28
−
6
View file @
9a24bb93
...
...
@@ -5,7 +5,7 @@ stages:
-
integration
-
acceptance
-
release
-
deploy
ment
-
deploy
# default image for jobs
default
:
...
...
@@ -33,6 +33,7 @@ build:
-
dist/
except
:
-
tags
-
feature/ansible
tags
:
-
test
...
...
@@ -53,6 +54,7 @@ test:e2e:
-
cypress run -e CYPRESS_baseUrl=http://localhost:3000
except
:
-
tags
-
feature/ansible
tags
:
-
test
...
...
@@ -67,8 +69,10 @@ test1:
extends
:
.ansible
stage
:
integration
environment
:
name
:
test1
name
:
dev/
test1
url
:
https://test1.startinblox.com
variables
:
ANSIBLE_INVENTORY
:
inventory/dev/
only
:
-
/^feature\/.*/
when
:
manual
...
...
@@ -77,8 +81,10 @@ test2:
extends
:
.ansible
stage
:
integration
environment
:
name
:
test2
name
:
dev/
test2
url
:
https://test2.startinblox.com
variables
:
ANSIBLE_INVENTORY
:
inventory/dev
only
:
-
/^feature\/.*/
when
:
manual
...
...
@@ -87,8 +93,10 @@ test3:
extends
:
.ansible
stage
:
integration
environment
:
name
:
test3
name
:
dev/
test3
url
:
https://test3.startinblox.com
variables
:
ANSIBLE_INVENTORY
:
inventory/dev
only
:
-
/^feature\/.*/
when
:
manual
...
...
@@ -97,8 +105,10 @@ stg1:
extends
:
.ansible
stage
:
acceptance
environment
:
name
:
stg1
name
:
review/
stg1
url
:
https://stg1.startinblox.com
variables
:
ANSIBLE_INVENTORY
:
inventory/stg
only
:
-
/^release\/.*/
when
:
manual
...
...
@@ -107,8 +117,10 @@ stg2:
extends
:
.ansible
stage
:
acceptance
environment
:
name
:
stg2
name
:
review/
stg2
url
:
https://stg2.startinblox.com
variables
:
ANSIBLE_INVENTORY
:
inventory/stg
only
:
-
/^release\/.*/
when
:
manual
...
...
@@ -129,6 +141,16 @@ publish:
hublworld
:
extends
:
.ansible
variables
:
ANSIBLE_INVENTORY
:
inventory/prd
only
:
-
master
when
:
manual
hublunderworld
:
extends
:
.ansible
variables
:
ANSIBLE_INVENTORY
:
inventory/prd
only
:
-
master
when
:
manual
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