Skip to content

Commit 53b03f7

Browse files
committed
Add machineexec back to job-config.json
1 parent 52de4af commit 53b03f7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

dependencies/job-config.json

+30
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,36 @@
122122
"disabled": false
123123
}
124124
},
125+
"machineexec": {
126+
"3.17": {
127+
"upstream_branch": [
128+
"7.92.x",
129+
"main"
130+
],
131+
"disabled": true
132+
},
133+
"3.18": {
134+
"upstream_branch": [
135+
"7.95.x",
136+
"main"
137+
],
138+
"disabled": false
139+
},
140+
"3.19": {
141+
"upstream_branch": [
142+
"7.97.x",
143+
"main"
144+
],
145+
"disabled": false
146+
},
147+
"3.x": {
148+
"upstream_branch": [
149+
"main",
150+
"main"
151+
],
152+
"disabled": false
153+
}
154+
},
125155
"operator": {
126156
"3.17": {
127157
"upstream_branch": [

0 commit comments

Comments
 (0)