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
max-nested-reusable-workflows-depth: 3
---
on: push
@@ -42,80 +41,47 @@ jobs:
},
"jobs": [
{
"Type": "reusableWorkflowJob",
"Id": "deploy-level-0",
"Name": "deploy-level-0",
"Needs": [],
"If": {
"type": "reusableWorkflowJob",
"id": "deploy-level-0",
"name": "deploy-level-0",
"needs": [],
"if": {
"type": 3,
"expr": "success()"
},
"Ref": "contoso/templates/.github/workflows/deploy-level-1.yml@v1",
"Permissions": {
"ref": "contoso/templates/.github/workflows/deploy-level-1.yml@v1",
"permissions": {
"actions": "write"
},
"InputDefinitions": null,
"InputValues": null,
"SecretDefinitions": null,
"SecretValues": null,
"InheritSecrets": false,
"Outputs": null,
"Defaults": null,
"Env": null,
"Concurrency": null,
"EmbeddedConcurrency": null,
"Strategy": null,
"Jobs": [
"jobs": [
{
"Type": "reusableWorkflowJob",
"Id": "deploy-level-1",
"Name": "deploy-level-1",
"Needs": [],
"If": {
"type": "reusableWorkflowJob",
"id": "deploy-level-1",
"name": "deploy-level-1",
"needs": [],
"if": {
"type": 3,
"expr": "success()"
},
"Ref": "contoso/templates/.github/workflows/deploy-level-2.yml@v1",
"Permissions": {
"ref": "contoso/templates/.github/workflows/deploy-level-2.yml@v1",
"permissions": {
"actions": "read"
},
"InputDefinitions": null,
"InputValues": null,
"SecretDefinitions": null,
"SecretValues": null,
"InheritSecrets": false,
"Outputs": null,
"Defaults": null,
"Env": null,
"Concurrency": null,
"EmbeddedConcurrency": null,
"Strategy": null,
"Jobs": [
"jobs": [
{
"Type": "reusableWorkflowJob",
"Id": "deploy-level-3",
"Name": "deploy-level-3",
"Needs": [],
"If": {
"type": "reusableWorkflowJob",
"id": "deploy-level-3",
"name": "deploy-level-3",
"needs": [],
"if": {
"type": 3,
"expr": "success()"
},
"Ref": "contoso/templates/.github/workflows/deploy-level-3.yml@v1",
"Permissions": {
"ref": "contoso/templates/.github/workflows/deploy-level-3.yml@v1",
"permissions": {
"actions": "read"
},
"InputDefinitions": null,
"InputValues": null,
"SecretDefinitions": null,
"SecretValues": null,
"InheritSecrets": false,
"Outputs": null,
"Defaults": null,
"Env": null,
"Concurrency": null,
"EmbeddedConcurrency": null,
"Strategy": null,
"Jobs": [
"jobs": [
{
"type": "job",
"id": "deploy-level-3",