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
0632c696
Commit
0632c696
authored
Oct 27, 2020
by
Daniel Scholl
Browse files
Bug fix MR 37
parent
9d0b2880
Changes
4
Hide whitespace changes
Inline
Side-by-side
devops/infra-validate-job.yml
View file @
0632c696
...
...
@@ -25,6 +25,7 @@ jobs:
-
checkout
:
InfraRepo
persistCredentials
:
true
condition
:
ne(variables['INFRA_REPO'], '')
-
task
:
GoTool@0
displayName
:
'
Ensure
Golang'
inputs
:
...
...
devops/pipelines/infrastructure-central-resources.yml
View file @
0632c696
...
...
@@ -26,13 +26,15 @@ trigger:
exclude
:
-
/**/*.md
resources
:
repositories
:
-
repository
:
InfraRepo
type
:
git
name
:
infra-azure-provisioning
### If you are defining a custom pipeline in a different repo then add the repo repository
# resources:
# repositories:
# - repository: InfraRepo
# type: git
# name: infra-azure-provisioning
variables
:
-
group
:
'
Infrastructure
Pipeline
Variables'
-
name
:
'
TF_VERSION'
value
:
'
0.12.29'
-
name
:
'
GO_VERSION'
...
...
@@ -44,8 +46,8 @@ variables:
-
name
:
'
TEST_HARNESS_DIR'
value
:
'
test-harness'
-
name
:
'
INFRA_REPO'
value
:
$[ resources.repositories['InfraRepo'].name ]
-
group
:
'
Infrastructure
Pipeline
Variables'
value
:
'
'
# If Custom pipeline then --> value:
$[ resources.repositories['InfraRepo'].name ]
stages
:
-
template
:
/devops/infra-prepare-stage.yml
...
...
devops/pipelines/infrastructure-data-partition.yml
View file @
0632c696
...
...
@@ -27,13 +27,15 @@ trigger:
exclude
:
-
/**/*.md
resources
:
repositories
:
-
repository
:
InfraRepo
type
:
git
name
:
infra-azure-provisioning
### If you are defining a custom pipeline in a different repo then add the repo repository
# resources:
# repositories:
# - repository: InfraRepo
# type: git
# name: infra-azure-provisioning
variables
:
-
group
:
'
Infrastructure
Pipeline
Variables'
-
name
:
'
TF_VERSION'
value
:
'
0.12.29'
-
name
:
'
GO_VERSION'
...
...
@@ -45,8 +47,8 @@ variables:
-
name
:
'
TEST_HARNESS_DIR'
value
:
'
test-harness'
-
name
:
'
INFRA_REPO'
value
:
$[ resources.repositories['InfraRepo'].name ]
-
group
:
'
Infrastructure
Pipeline
Variables'
value
:
'
'
# If Custom pipeline then --> value:
$[ resources.repositories['InfraRepo'].name ]
stages
:
-
template
:
/devops/infra-prepare-stage.yml
...
...
devops/pipelines/infrastructure-service-resources.yml
View file @
0632c696
...
...
@@ -27,13 +27,15 @@ trigger:
exclude
:
-
/**/*.md
resources
:
repositories
:
-
repository
:
InfraRepo
type
:
git
name
:
infra-azure-provisioning
### If you are defining a custom pipeline in a different repo then add the repo repository
# resources:
# repositories:
# - repository: InfraRepo
# type: git
# name: infra-azure-provisioning
variables
:
-
group
:
'
Infrastructure
Pipeline
Variables'
-
name
:
'
TF_VERSION'
value
:
'
0.12.29'
-
name
:
'
GO_VERSION'
...
...
@@ -45,8 +47,8 @@ variables:
-
name
:
'
TEST_HARNESS_DIR'
value
:
'
test-harness'
-
name
:
'
INFRA_REPO'
value
:
$[ resources.repositories['InfraRepo'].name ]
-
group
:
'
Infrastructure
Pipeline
Variables'
value
:
'
'
# If Custom pipeline then --> value:
$[ resources.repositories['InfraRepo'].name ]
stages
:
-
template
:
/devops/infra-prepare-stage.yml
...
...
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