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 3.8.0 for 3.9+; disable 3.9 jobs; disable 3.9 mgmt jobs

Signed-off-by: devstudio-release <[email protected]>
  • Loading branch information
devstudio-release committed Sep 23, 2023
1 parent be4a889 commit 71c4859
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ parameters:
description: Red Hat OpenShift Dev Spaces devfile registry container image. Defaults
to registry.redhat.io/devspaces/devfileregistry-rhel8
- name: IMAGE_TAG
value: '3.9'
value: '3.10'
displayName: Red Hat OpenShift Dev Spaces devfile registry version
description: Red Hat OpenShift Dev Spaces devfile registry version
- name: MEMORY_LIMIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
#
# 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 Expand Up @@ -127,7 +117,7 @@ parameters:
description: Red Hat OpenShift Dev Spaces plugin registry container image. Defaults
to registry.redhat.io/devspaces/pluginregistry-rhel8
- name: IMAGE_TAG
value: '3.9'
value: '3.10'
displayName: Red Hat OpenShift Dev Spaces plugin registry version
description: Red Hat OpenShift Dev Spaces plugin registry version
- name: MEMORY_LIMIT
Expand Down
22 changes: 11 additions & 11 deletions dependencies/job-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand Down Expand Up @@ -422,7 +422,7 @@
"7.74.x",
"main"
],
"disabled": false
"disabled": true
},
"3.10": {
"upstream_branch": [
Expand All @@ -444,7 +444,7 @@
"disabled": true
},
"3.9": {
"disabled": false
"disabled": true
},
"3.10": {
"disabled": true
Expand All @@ -458,7 +458,7 @@
"disabled": true
},
"3.9": {
"disabled": false
"disabled": true
},
"3.10": {
"disabled": true
Expand All @@ -472,7 +472,7 @@
"disabled": true
},
"3.9": {
"disabled": false
"disabled": true
},
"3.10": {
"disabled": true
Expand All @@ -486,7 +486,7 @@
"disabled": true
},
"3.9": {
"disabled": false
"disabled": true
},
"3.10": {
"disabled": true
Expand All @@ -500,7 +500,7 @@
"disabled": true
},
"3.9": {
"disabled": false
"disabled": true
},
"3.10": {
"disabled": true
Expand All @@ -514,7 +514,7 @@
"disabled": true
},
"3.9": {
"disabled": false
"disabled": true
},
"3.10": {
"disabled": true
Expand All @@ -532,15 +532,15 @@
},
"3.9": {
"CSV_VERSION": "3.9.0",
"CSV_VERSION_PREV": ""
"CSV_VERSION_PREV": "3.8.0"
},
"3.10": {
"CSV_VERSION": "3.10.0",
"CSV_VERSION_PREV": ""
"CSV_VERSION_PREV": "3.8.0"
},
"3.x": {
"CSV_VERSION": "3.10.0",
"CSV_VERSION_PREV": ""
"CSV_VERSION_PREV": "3.8.0"
}
}
},
Expand Down

0 comments on commit 71c4859

Please sign in to comment.