Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
LIGO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
ligolang
LIGO
Commits
d70bbb0d
Commit
d70bbb0d
authored
2 years ago
by
Laurent Canis
Browse files
Options
Downloads
Patches
Plain Diff
Webide-b:Differentiate backend on frontend npr package
parent
cbb38343
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/.gitlab-ci-webide.yml
+9
-3
9 additions, 3 deletions
.ci/.gitlab-ci-webide.yml
with
9 additions
and
3 deletions
.ci/.gitlab-ci-webide.yml
+
9
−
3
View file @
d70bbb0d
...
@@ -9,6 +9,8 @@ webide-define-image-tag:
...
@@ -9,6 +9,8 @@ webide-define-image-tag:
-
job
:
changelog
-
job
:
changelog
artifacts
:
false
artifacts
:
false
rules
:
rules
:
-
if
:
($CI_MERGE_REQUEST_EVENT_TYPE == "merge_train")
when
:
never
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/'
when
:
always
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"dev"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"dev"'
...
@@ -22,7 +24,7 @@ webide-define-image-tag:
...
@@ -22,7 +24,7 @@ webide-define-image-tag:
when
:
always
when
:
always
script
:
script
:
-
FORMATED_CI_JOB_STARTED_AT="${CI_JOB_STARTED_AT//:/-}"
-
FORMATED_CI_JOB_STARTED_AT="${CI_JOB_STARTED_AT//:/-}"
-
NPR_ENVIRONMENT="$(echo ${CI_MERGE_REQUEST_TITLE} | grep -io 'webide-[ab]' | head -1 | sed 's/^
webide
//')" ||
true
-
NPR_ENVIRONMENT="$(echo ${CI_MERGE_REQUEST_TITLE} | grep -io 'webide-[ab]' | head -1 | sed 's/^
[wW][eE][bB][Ii][dD][eE]
//')" ||
true
-
WEBIDE_NEW_IMAGE_TAG="registry.gitlab.com/${CI_PROJECT_PATH}/ligo_webide_new:${FORMATED_CI_JOB_STARTED_AT}-${CI_COMMIT_SHORT_SHA}${NPR_ENVIRONMENT}"
-
WEBIDE_NEW_IMAGE_TAG="registry.gitlab.com/${CI_PROJECT_PATH}/ligo_webide_new:${FORMATED_CI_JOB_STARTED_AT}-${CI_COMMIT_SHORT_SHA}${NPR_ENVIRONMENT}"
-
WEBIDE_FRONTEND_NEW_IMAGE_TAG="registry.gitlab.com/${CI_PROJECT_PATH}/ligo_webide_frontend_new:${FORMATED_CI_JOB_STARTED_AT}-${CI_COMMIT_SHORT_SHA}${NPR_ENVIRONMENT}"
-
WEBIDE_FRONTEND_NEW_IMAGE_TAG="registry.gitlab.com/${CI_PROJECT_PATH}/ligo_webide_frontend_new:${FORMATED_CI_JOB_STARTED_AT}-${CI_COMMIT_SHORT_SHA}${NPR_ENVIRONMENT}"
-
echo "WEBIDE_NEW_IMAGE_TAG=${WEBIDE_NEW_IMAGE_TAG}" >> webide-img-tag.env
-
echo "WEBIDE_NEW_IMAGE_TAG=${WEBIDE_NEW_IMAGE_TAG}" >> webide-img-tag.env
...
@@ -40,7 +42,7 @@ webide-new-backend-build:
...
@@ -40,7 +42,7 @@ webide-new-backend-build:
rules
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/'
when
:
never
when
:
never
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/
'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
changes
:
changes
:
-
tools/webide-new/ligo-webide-backend/**/*
-
tools/webide-new/ligo-webide-backend/**/*
when
:
always
when
:
always
...
@@ -79,6 +81,8 @@ webide-new-backend-build-and-push-backend:
...
@@ -79,6 +81,8 @@ webide-new-backend-build-and-push-backend:
-
job
:
webide-define-image-tag
-
job
:
webide-define-image-tag
artifacts
:
true
artifacts
:
true
rules
:
rules
:
-
if
:
($CI_MERGE_REQUEST_EVENT_TYPE == "merge_train")
when
:
never
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/'
when
:
always
when
:
always
script
:
script
:
...
@@ -95,11 +99,13 @@ webide-new-frontend-build-and-push:
...
@@ -95,11 +99,13 @@ webide-new-frontend-build-and-push:
-
job
:
webide-define-image-tag
-
job
:
webide-define-image-tag
artifacts
:
true
artifacts
:
true
rules
:
rules
:
-
if
:
($CI_MERGE_REQUEST_EVENT_TYPE == "merge_train")
when
:
never
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_MERGE_REQUEST_TITLE
=~
/^[w;W]eb[I;i]de-/'
when
:
always
when
:
always
script
:
script
:
-
docker buildx build --build-context syntaxes=tools/vscode/syntaxes
-
docker buildx build --build-context syntaxes=tools/vscode/syntaxes
--build-arg backend_url=backend.ligo-webide-v2.gcp-npr.marigold.dev
--build-arg backend_url=backend.ligo-webide-v2
${NPR_ENVIRONMENT}
.gcp-npr.marigold.dev
--build-arg http_protocol=https
--build-arg http_protocol=https
-f tools/webide-new/ligo-webide-frontend/ligo-ide/Dockerfile
-f tools/webide-new/ligo-webide-frontend/ligo-ide/Dockerfile
tools/webide-new/ligo-webide-frontend/ligo-ide
tools/webide-new/ligo-webide-frontend/ligo-ide
...
...
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