Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
834927f5
Commit
834927f5
authored
Sep 30, 2020
by
Daniel Scholl
Browse files
Added ADO Pipeline support
parent
0faf282e
Pipeline
#10568
failed with stage
in 39 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/helm-config.yaml
0 → 100644
View file @
834927f5
# This file contains the essential configs for the osdu on azure helm chart
global
:
# Service(s) Replica Count
replicaCount
:
2
################################################################################
# Specify the Gitlab branch being used for image creation
# ie: community.opengroup.org:5555/osdu/platform/system/storage/{{ .Values.global.branch }}/storage:latest
#
image
:
repository
:
${ENV_REGISTRY}
branch
:
${BRANCH}
tag
:
${TAG}
devops/azure/development-pipeline.yml
0 → 100644
View file @
834927f5
# Copyright © Microsoft Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
trigger
:
batch
:
true
branches
:
include
:
-
master
paths
:
exclude
:
-
/**/*.md
-
.gitignore
-
/docs
pr
:
autoCancel
:
true
branches
:
include
:
-
'
*'
paths
:
exclude
:
-
/**/*.md
-
.gitignore
-
/docs
resources
:
repositories
:
-
repository
:
osdu-infrastructure
type
:
git
name
:
osdu-r2/osdu-infrastructure
resources
:
repositories
:
-
repository
:
FluxRepo
type
:
git
name
:
k8-gitops-manifests
-
repository
:
TemplateRepo
type
:
git
name
:
gitlab-infra-provisioning
variables
:
-
group
:
'
Azure
-
OSDU'
-
group
:
"
Azure
Common
Secrets"
-
group
:
"
Azure
-
Common"
-
name
:
serviceName
value
:
"
legal"
-
name
:
chartPath
value
:
"
/devops/azure/chart"
-
name
:
valuesFile
value
:
"
/devops/azure/chart/helm-config.yaml"
-
name
:
'
MANIFEST_REPO'
value
:
$[ resources.repositories['FluxRepo'].name ]
stages
:
-
template
:
/devops/service-pipelines/build-stage.yml@TemplateRepo
parameters
:
mavenGoal
:
'
package'
mavenPublishJUnitResults
:
true
serviceCoreMavenOptions
:
'
-P
legal-core'
mavenOptions
:
'
-P
legal-azure'
copyFileContents
:
|
pom.xml
provider/legal-azure/maven/settings.xml
provider/legal-azure/pom.xml
provider/legal-azure/target/*-spring-boot.jar
copyFileContentsToFlatten
:
'
'
mavenSettingsFile
:
'
./maven/settings.xml'
serviceBase
:
${{ variables.serviceName }}
testingRootFolder
:
'
testing'
-
template
:
/devops/service-pipelines/deploy-stages.yml@TemplateRepo
parameters
:
serviceName
:
${{ variables.serviceName }}
testCoreMavenPomFile
:
'
testing/legal-test-core/pom.xml'
testCoreMavenOptions
:
'
--settings
$(System.DefaultWorkingDirectory)/drop/deploy/testing/maven/settings.xml'
providers
:
-
name
:
Azure
environments
:
[
'
dev'
]
# - template: devops/service-pipelines/aks-deploy-stages.yml@osdu-infrastructure
# parameters:
# serviceName: ${{ variables.serviceName }}
# chartPath: ${{ variables.chartPath }}
# valuesFile: ${{ variables.valuesFile }}
# providers:
# - name: Azure
# environments: ["dev"]
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment