Skip to content

Commit

Permalink
Add arch attribute for cloud runtime in pipelines-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leomao10 authored and sdzh-atlassian committed Dec 19, 2024
1 parent c573c27 commit 36db1da
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions resources/schemas/pipelines-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@
"description": "Whether it uses Atlassian ip ranges.",
"type": "boolean"
},
"arch": {
"default": "x86",
"description": "The architecture type cloud step runtime used.",
"type": "string",
"enum": [
"x86",
"arm"
]
},
"version": {
"description": "Cloud Runtime version.",
"type": "string"
Expand Down Expand Up @@ -351,17 +360,17 @@
"properties": {
"aws": {
"not": {

}
},
"password": {
"not": {

}
},
"username": {
"not": {

}
}
},
Expand Down Expand Up @@ -802,7 +811,7 @@
"properties": {
"condition": {
"not": {

}
}
},
Expand Down Expand Up @@ -1005,4 +1014,4 @@
}
}
}
}
}

0 comments on commit 36db1da

Please sign in to comment.