Sync test data changes

This commit is contained in:
Jacob Wallraff
2023-02-01 15:48:19 -08:00
parent 7f69f0dcbf
commit 9d93f919d3
104 changed files with 1091 additions and 719 deletions
@@ -1,7 +1,6 @@
include-source: false # Drop file/line/col from output
skip:
- Go
- TypeScript
---
on: push
jobs:
@@ -66,19 +65,18 @@ jobs:
]
},
{
"Type": "reusableWorkflowJob",
"Id": "deploy-1",
"Name": "deploy-1",
"Needs": [
"type": "reusableWorkflowJob",
"id": "deploy-1",
"name": "deploy-1",
"needs": [
"build"
],
"If": {
"if": {
"type": 3,
"expr": "success()"
},
"Ref": "contoso/templates/.github/workflows/deploy.yml@v1",
"Permissions": null,
"InputDefinitions": {
"ref": "contoso/templates/.github/workflows/deploy.yml@v1",
"input-definitions": {
"type": 2,
"map": [
{
@@ -99,7 +97,7 @@ jobs:
}
]
},
"InputValues": {
"input-values": {
"type": 2,
"map": [
{
@@ -108,7 +106,7 @@ jobs:
}
]
},
"SecretDefinitions": {
"secret-definitions": {
"type": 2,
"map": [
{
@@ -129,7 +127,7 @@ jobs:
}
]
},
"SecretValues": {
"secret-values": {
"type": 2,
"map": [
{
@@ -141,14 +139,7 @@ jobs:
}
]
},
"InheritSecrets": false,
"Outputs": null,
"Defaults": null,
"Env": null,
"Concurrency": null,
"EmbeddedConcurrency": null,
"Strategy": null,
"Jobs": [
"jobs": [
{
"type": "job",
"id": "job1",
@@ -184,19 +175,18 @@ jobs:
]
},
{
"Type": "reusableWorkflowJob",
"Id": "deploy-2",
"Name": "deploy-2",
"Needs": [
"type": "reusableWorkflowJob",
"id": "deploy-2",
"name": "deploy-2",
"needs": [
"build"
],
"If": {
"if": {
"type": 3,
"expr": "success()"
},
"Ref": "contoso/templates/.github/workflows/deploy.yml@v1",
"Permissions": null,
"InputDefinitions": {
"ref": "contoso/templates/.github/workflows/deploy.yml@v1",
"input-definitions": {
"type": 2,
"map": [
{
@@ -217,7 +207,7 @@ jobs:
}
]
},
"InputValues": {
"input-values": {
"type": 2,
"map": [
{
@@ -226,7 +216,7 @@ jobs:
}
]
},
"SecretDefinitions": {
"secret-definitions": {
"type": 2,
"map": [
{
@@ -247,15 +237,8 @@ jobs:
}
]
},
"SecretValues": null,
"InheritSecrets": true,
"Outputs": null,
"Defaults": null,
"Env": null,
"Concurrency": null,
"EmbeddedConcurrency": null,
"Strategy": null,
"Jobs": [
"inherit-secrets": true,
"jobs": [
{
"type": "job",
"id": "job1",