Skip to content

Commit

Permalink
enable all jobs, because if we disable one branch then someone will n…
Browse files Browse the repository at this point in the history
…eed a build of that branch. (#1020)
  • Loading branch information
SDawley authored Oct 31, 2023
1 parent 8753f9a commit b6868cc
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions dependencies/job-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -68,7 +68,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -98,7 +98,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -128,7 +128,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -158,7 +158,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -188,7 +188,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -218,7 +218,7 @@
"devspaces-3.9-rhel-8",
"devspaces-3.9-rhel-8"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -248,7 +248,7 @@
"devspaces-3.9-rhel-8",
"devspaces-3.9-rhel-8"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -278,7 +278,7 @@
"20221111",
"20221111"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -308,7 +308,7 @@
"v2.9.6",
"v2.9.6"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand All @@ -334,7 +334,7 @@
},
"build-all-images": {
"3.9": {
"disabled": true
"disabled": false
},
"3.10": {
"disabled": false
Expand All @@ -352,7 +352,7 @@
"devspaces-3.9-rhel-8",
"devspaces-3.9-rhel-8"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -384,7 +384,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -414,7 +414,7 @@
"7.74.x",
"main"
],
"disabled": true
"disabled": false
},
"3.10": {
"upstream_branch": [
Expand All @@ -440,7 +440,7 @@
},
"get-sources-rhpkg-container-build": {
"3.9": {
"disabled": true
"disabled": false
},
"3.10": {
"disabled": false
Expand All @@ -454,7 +454,7 @@
},
"push-latest-container-to-quay": {
"3.9": {
"disabled": true
"disabled": false
},
"3.10": {
"disabled": false
Expand All @@ -468,7 +468,7 @@
},
"sync-to-downstream": {
"3.9": {
"disabled": true
"disabled": false
},
"3.10": {
"disabled": false
Expand All @@ -482,7 +482,7 @@
},
"update-digests": {
"3.9": {
"disabled": true
"disabled": false
},
"3.10": {
"disabled": false
Expand All @@ -496,7 +496,7 @@
},
"send-email-qe-build-list": {
"3.9": {
"disabled": true
"disabled": false
},
"3.10": {
"disabled": false
Expand All @@ -505,12 +505,12 @@
"disabled": false
},
"3.x": {
"disabled": true
"disabled": false
}
},
"slack_notification": {
"3.9": {
"disabled": true
"disabled": false
},
"3.10": {
"disabled": false
Expand All @@ -519,7 +519,7 @@
"disabled": false
},
"3.x": {
"disabled": true
"disabled": false
}
}
},
Expand Down

0 comments on commit b6868cc

Please sign in to comment.