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:
@@ -32,19 +31,16 @@ jobs:
{
"jobs": [
{
"Type": "reusableWorkflowJob",
"Id": "build",
"Name": "build",
"Needs": [],
"If": {
"type": "reusableWorkflowJob",
"id": "build",
"name": "build",
"needs": [],
"if": {
"type": 3,
"expr": "success()"
},
"Ref": "contoso/templates/.github/workflows/build.yml@v1",
"Permissions": null,
"InputDefinitions": null,
"InputValues": null,
"SecretDefinitions": {
"ref": "contoso/templates/.github/workflows/build.yml@v1",
"secret-definitions": {
"type": 2,
"map": [
{
@@ -61,7 +57,7 @@ jobs:
}
]
},
"SecretValues": {
"secret-values": {
"type": 2,
"map": [
{
@@ -73,14 +69,7 @@ jobs:
}
]
},
"InheritSecrets": false,
"Outputs": null,
"Defaults": null,
"Env": null,
"Concurrency": null,
"EmbeddedConcurrency": null,
"Strategy": null,
"Jobs": [
"jobs": [
{
"type": "job",
"id": "deploy",
@@ -104,19 +93,16 @@ jobs:
]
},
{
"Type": "reusableWorkflowJob",
"Id": "build2",
"Name": "build2",
"Needs": [],
"If": {
"type": "reusableWorkflowJob",
"id": "build2",
"name": "build2",
"needs": [],
"if": {
"type": 3,
"expr": "success()"
},
"Ref": "contoso/templates/.github/workflows/build.yml@v1",
"Permissions": null,
"InputDefinitions": null,
"InputValues": null,
"SecretDefinitions": {
"ref": "contoso/templates/.github/workflows/build.yml@v1",
"secret-definitions": {
"type": 2,
"map": [
{
@@ -133,15 +119,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": "deploy",