Skip to content

Commit

Permalink
ci: update 3.10; update plugin-registry-generator[3.8] = 7.72.0; upda…
Browse files Browse the repository at this point in the history
…te previous CSV to for 3.9+; disable 3.9 jobs

Signed-off-by: sdawley <[email protected]>
  • Loading branch information
SDawley committed Sep 20, 2023
1 parent 13688db commit 5c5c931
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
#
# Copyright (c) 2018-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
apiVersion: v1
kind: Template
metadata:
Expand Down
35 changes: 19 additions & 16 deletions dependencies/job-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -75,7 +75,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -105,7 +105,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -135,7 +135,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -165,7 +165,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -195,7 +195,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -225,7 +225,7 @@
"devspaces-3.9-rhel-8",
"devspaces-3.9-rhel-8"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -255,7 +255,7 @@
"devspaces-3.9-rhel-8",
"devspaces-3.9-rhel-8"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -285,7 +285,7 @@
"20221111",
"20221111"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -315,7 +315,7 @@
"v2.9.6",
"v2.9.6"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand All @@ -337,7 +337,7 @@
"disabled": true
},
"3.9": {
"disabled": false
"disabled": true
},
"3.10": {
"disabled": true
Expand All @@ -359,7 +359,7 @@
"devspaces-3.9-rhel-8",
"devspaces-3.9-rhel-8"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -532,15 +532,15 @@
},
"3.9": {
"CSV_VERSION": "3.9.0",
"CSV_VERSION_PREV": "3.8.0"
"CSV_VERSION_PREV": ""
},
"3.10": {
"CSV_VERSION": "3.10.0",
"CSV_VERSION_PREV": "3.8.0"
"CSV_VERSION_PREV": ""
},
"3.x": {
"CSV_VERSION": "3.10.0",
"CSV_VERSION_PREV": "3.8.0"
"CSV_VERSION_PREV": ""
}
}
},
Expand Down Expand Up @@ -661,6 +661,9 @@
"3.9": "1.22.19",
"3.10": "1.22.19",
"3.x": "1.22.19"
},
"slack_notification": {
"3.8": true
}
},
"Copyright": [
Expand Down

0 comments on commit 5c5c931

Please sign in to comment.