Skip to content

Instantly share code, notes, and snippets.

@diasjorge
Created June 20, 2019 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diasjorge/34f63618abe9800c60289b1a80838f33 to your computer and use it in GitHub Desktop.
Save diasjorge/34f63618abe9800c60289b1a80838f33 to your computer and use it in GitHub Desktop.
{
"keepWaitingPipelines": false,
"lastModifiedBy": "jdias@example.com",
"limitConcurrent": true,
"parameterConfig": [],
"stages": [
{
"baseLabel": "release",
"baseOs": "bionic",
"cloudProvider": "gce",
"cloudProviderType": "gce",
"extendedAttributes": {},
"name": "Bake",
"package": "vim",
"refId": "1",
"region": "global",
"requisiteStageRefIds": [],
"type": "bake",
"user": "jdias@example.com"
},
{
"clusters": [
{
"account": "example-sandbox-gce",
"application": "sandbox",
"associatePublicIpAddress": true,
"authScopes": [
"cloud.useraccounts.readonly",
"devstorage.read_only",
"logging.write",
"monitoring.write"
],
"automaticRestart": true,
"availabilityZones": {
"us-central1": [
"us-central1-f"
]
},
"backendServiceMetadata": [],
"backendServices": {},
"canIpForward": false,
"capacity": {
"desired": 1,
"max": 1,
"min": 1
},
"cloudProvider": "gce",
"delayBeforeDisableSec": 0,
"delayBeforeScaleDownSec": 0,
"disableTraffic": false,
"disks": [
{
"sizeGb": 10,
"type": "pd-standard"
}
],
"distributionPolicy": {
"zones": []
},
"enableIntegrityMonitoring": false,
"enableSecureBoot": false,
"enableVtpm": false,
"imageSource": "priorStage",
"instanceMetadata": {
"backend-service-names": "sandbox-lb1",
"global-load-balancer-names": "sandbox-lb1-http,sandbox-lb1"
},
"instanceType": "f1-micro",
"labels": {},
"loadBalancers": [],
"loadBalancingPolicy": {
"balancingMode": "UTILIZATION",
"capacityScaler": 1,
"maxUtilization": 1
},
"maxRemainingAsgs": 2,
"minCpuPlatform": "",
"network": "default",
"onHostMaintenance": "MIGRATE",
"preemptible": false,
"provider": "gce",
"region": "us-central1",
"regional": false,
"rollback": {
"onFailure": false
},
"scaleDown": true,
"selectZones": false,
"serviceAccountEmail": "default",
"strategy": "redblack",
"subnet": "",
"tags": [],
"targetSize": 1,
"zone": "us-central1-f"
}
],
"name": "Deploy",
"refId": "2",
"requisiteStageRefIds": [
"1"
],
"type": "deploy"
}
],
"triggers": [],
"updateTs": "1561037194720"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment