Skip to content

Commit

Permalink
Merge pull request #571 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister authored Nov 25, 2024
2 parents 9c3b46a + b76934c commit 7e69a57
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions schema/run.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"type": "string",
"pattern": "^.+$"
},
"dest-image-url": {
"type": "string"
},
"engine-dir": {
"type": "string",
"pattern": "^.+$"
Expand All @@ -62,6 +65,30 @@
"type": "string",
"pattern": "^.+$"
},
"reg-auth": {
"type": "string"
},
"reg-host": {
"type": "string"
},
"reg-host-port": {
"type": "string"
},
"reg-label": {
"type": "string"
},
"reg-proj": {
"type": "string"
},
"reg-proto": {
"type": "string"
},
"reg-repo": {
"type": "string"
},
"reg-tls-verify": {
"type": "string"
},
"registries": {
"type": "object",
"properties": {
Expand All @@ -81,6 +108,9 @@
"type": "string",
"pattern": "^.+$"
},
"source-image-url": {
"type": "string"
},
"tool-group": {
"type": "string",
"pattern": "^.+$"
Expand Down

0 comments on commit 7e69a57

Please sign in to comment.