Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Partition
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
System
Partition
Commits
b2a4b34c
Commit
b2a4b34c
authored
4 months ago
by
Marc Burnie [AWS]
Browse files
Options
Downloads
Patches
Plain Diff
Adding Acceptance Test Stage
parent
26c87bfa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!606
Adding Acceptance Test Stage
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-21
2 additions, 21 deletions
.gitlab-ci.yml
with
2 additions
and
21 deletions
.gitlab-ci.yml
+
2
−
21
View file @
b2a4b34c
...
...
@@ -10,15 +10,6 @@ variables:
AWS_DEPLOY_TARGET
:
TF
AWS_EKS_DEPLOYMENT_NAME
:
os-partition
MONGODB_AWS_BUILD_SUBDIR
:
provider/partition-aws/build-aws
MONGODB_AWS_TEST_SUBDIR
:
testing/partition-test-aws
MONGODB_AWS_CHART_SUBDIR
:
devops/aws/chart
MONGODB_AWS_SERVICE
:
partition
MONGODB_AWS_SERVICE_GATEWAY
:
osdu-gateway
MONGODB_AWS_ENVIRONMENT
:
dev
MONGODB_AWS_DEPLOY_TARGET
:
TF
MONGODB_AWS_EKS_DEPLOYMENT_NAME
:
os-partition
AZURE_SERVICE
:
partition
AZURE_BUILD_SUBDIR
:
provider/partition-azure
AZURE_TEST_SUBDIR
:
testing/partition-test-azure
...
...
@@ -48,12 +39,6 @@ include:
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/aws-maven.yml"
# - project: "osdu/platform/ci-cd-pipelines"
# file: "cloud-providers/aws-mongodb-global.yml"
# - project: "osdu/platform/ci-cd-pipelines"
# file: "cloud-providers/aws-mongodb-maven.yml"
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/azure.yml"
...
...
@@ -197,12 +182,6 @@ azure_containerize:
azure_test
:
image
:
community.opengroup.org:5555/osdu/platform/deployment-and-operations/base-containers-azure/azure-maven17:v0.0.1
aws-test-java
:
image
:
$CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-maven/aws-maven:v2.0
# aws-mongodb-test-java:
# image: $CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-maven/aws-maven:v2.0
fossa-analyze
:
image
:
$CI_REGISTRY/divido/fossa-with-cache:v0.9-jdk17
fossa-check-notice
:
...
...
@@ -217,8 +196,10 @@ stages:
-
deploy
-
bootstrap
-
integration
-
acceptance
-
cleanup
-
verified-deploy
-
performance-testing
-
publish
-
deploy_preship
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