Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Ingestion Workflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Data Flow
Data Ingestion
Ingestion Workflow
Merge requests
!293
GONRG-5061-refactor-comm-pipe
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GONRG-5061-refactor-comm-pipe
GONRG-5061-refactor-comm-pipe
into
master
Overview
0
Commits
6
Pipelines
12
Changes
2
Merged
Siarhei Symanovich (EPAM)
requested to merge
GONRG-5061-refactor-comm-pipe
into
master
2 years ago
Overview
0
Commits
6
Pipelines
12
Changes
2
Expand
updated community pipeline
0
0
Merge request reports
Compare
master
version 5
0bb8acae
2 years ago
version 4
68deb41e
2 years ago
version 3
44f7e857
2 years ago
version 2
3a500bf8
2 years ago
version 1
6b66cba3
2 years ago
master (base)
and
version 5
latest version
edf71086
6 commits,
2 years ago
version 5
0bb8acae
5 commits,
2 years ago
version 4
68deb41e
4 commits,
2 years ago
version 3
44f7e857
3 commits,
2 years ago
version 2
3a500bf8
2 commits,
2 years ago
version 1
6b66cba3
1 commit,
2 years ago
2 files
+
8
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
devops/gcp/pipeline/override-stages.yml
+
7
−
10
Options
variables
:
OSDU_GCP_SERVICE
:
workflow
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_TEST_SUBDIR
:
testing/$OSDU_GCP_SERVICE-test-$OSDU_GCP_VENDOR
OSDU_GCP_HELM_CONFIG_SERVICE
:
workflow-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
workflow-deploy
OSDU_GCP_HELM_CONFIG_SERVICE_VARS
:
>
--set data.google_audiences=$GOOGLE_AUDIENCE
--set data.osdu_airflow_url=$OSDU_GCP_AIRFLOW_URL
--set data.shared_tenant_name=$TENANT_NAME
OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2
:
>
--set data.google_audiences=$GOOGLE_AUDIENCE
--set data.osdu_entitlements_appkey=workflow-service
--set data.gcp_airflow_url=$OSDU_GCP_AIRFLOW_URL
--set data.osdu_airflow_url=$OSDU_GCP_AIRFLOW_URL
--set data.workflow_admin_account=$OSDU_GCP_WORKFLOW_ADMIN_ACCOUNT
--set data.shared_tenant_name=$TENANT_NAME
OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS
:
>
--set data.image=$CI_REGISTRY_IMAGE/osdu-gcp-$OSDU_GCP_SERVICE:$CI_COMMIT_SHORT_SHA
--set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s
osdu-gcp-anthos-test
:
variables
:
OSDU_GCP_VENDOR
:
anthos
Loading