Skip to content
GitLab
Menu
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
Deployment and Operations
infra-azure-provisioning
Commits
b0b515d4
Commit
b0b515d4
authored
Oct 05, 2020
by
Daniel Scholl
Browse files
Added Skip Deploy to ISTIO pipelines.
parent
3f4f59ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
charts/osdu-istio-auth/pipeline.yml
View file @
b0b515d4
...
...
@@ -36,7 +36,7 @@
-
/devops/tasks/*
exclude
:
-
/**/*.md
pr
:
autoCancel
:
false
branches
:
...
...
@@ -50,16 +50,16 @@
-
/devops/tasks/*
exclude
:
-
/**/*.md
resources
:
repositories
:
-
repository
:
FluxRepo
type
:
git
name
:
k8-gitops-manifests
variables
:
-
group
:
'
Azure
-
OSDU'
-
name
:
serviceName
value
:
"
osdu-istio-auth"
-
name
:
chartPath
...
...
@@ -68,14 +68,14 @@
value
:
"
charts/helm-config.yaml"
-
name
:
'
MANIFEST_REPO'
value
:
$[ resources.repositories['FluxRepo'].name ]
stages
:
-
template
:
/devops/chart-stages.yml
parameters
:
serviceName
:
${{ variables.serviceName }}
chartPath
:
${{ variables.chartPath }}
valuesFile
:
${{ variables.valuesFile }}
skipDeploy
:
${{ variables.SKIP_DEPLOY }}
providers
:
-
name
:
Azure
environments
:
[
"
dev"
]
\ No newline at end of file
charts/osdu-istio/pipeline.yml
View file @
b0b515d4
...
...
@@ -36,7 +36,7 @@
-
/devops/tasks/*
exclude
:
-
/**/*.md
pr
:
autoCancel
:
false
branches
:
...
...
@@ -50,16 +50,16 @@
-
/devops/tasks/*
exclude
:
-
/**/*.md
resources
:
repositories
:
-
repository
:
FluxRepo
type
:
git
name
:
k8-gitops-manifests
variables
:
-
group
:
'
Azure
-
OSDU'
-
name
:
serviceName
value
:
"
osdu-istio"
-
name
:
chartPath
...
...
@@ -68,14 +68,14 @@
value
:
"
charts/helm-config.yaml"
-
name
:
'
MANIFEST_REPO'
value
:
$[ resources.repositories['FluxRepo'].name ]
stages
:
-
template
:
/devops/chart-stages.yml
parameters
:
serviceName
:
${{ variables.serviceName }}
chartPath
:
${{ variables.chartPath }}
valuesFile
:
${{ variables.valuesFile }}
skipDeploy
:
${{ variables.SKIP_DEPLOY }}
providers
:
-
name
:
Azure
environments
:
[
"
dev"
]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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