Skip to content

Commit

Permalink
Add machineexec back to job-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Dec 9, 2024
1 parent 52de4af commit 53b03f7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dependencies/job-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,36 @@
"disabled": false
}
},
"machineexec": {
"3.17": {
"upstream_branch": [
"7.92.x",
"main"
],
"disabled": true
},
"3.18": {
"upstream_branch": [
"7.95.x",
"main"
],
"disabled": false
},
"3.19": {
"upstream_branch": [
"7.97.x",
"main"
],
"disabled": false
},
"3.x": {
"upstream_branch": [
"main",
"main"
],
"disabled": false
}
},
"operator": {
"3.17": {
"upstream_branch": [
Expand Down

0 comments on commit 53b03f7

Please sign in to comment.