diff --git a/dependencies/job-config.json b/dependencies/job-config.json index f8a1d53194..bb7e9c9cf8 100644 --- a/dependencies/job-config.json +++ b/dependencies/job-config.json @@ -122,36 +122,6 @@ "disabled": false } }, - "machineexec": { - "3.16": { - "upstream_branch": [ - "7.90.x", - "main" - ], - "disabled": true - }, - "3.17": { - "upstream_branch": [ - "7.92.x", - "main" - ], - "disabled": false - }, - "3.18": { - "upstream_branch": [ - "7.94.x", - "main" - ], - "disabled": false - }, - "3.x": { - "upstream_branch": [ - "main", - "main" - ], - "disabled": false - } - }, "operator": { "3.16": { "upstream_branch": [ diff --git a/product/buildAllInBrewCopyToQuay.sh b/product/buildAllInBrewCopyToQuay.sh index 4b1e4c933e..f27b8382ae 100755 --- a/product/buildAllInBrewCopyToQuay.sh +++ b/product/buildAllInBrewCopyToQuay.sh @@ -84,7 +84,6 @@ if [[ $PHASES == *"1"* ]]; then devspaces-dashboard \ devspaces-idea \ devspaces-imagepuller \ - devspaces-machineexec \ devspaces-operator \ devspaces-pluginregistry \ devspaces-server \ diff --git a/product/getLatestImageTags.sh b/product/getLatestImageTags.sh index 657c2640a9..7f53201af0 100755 --- a/product/getLatestImageTags.sh +++ b/product/getLatestImageTags.sh @@ -79,7 +79,6 @@ devspaces/dashboard-rhel8 \ \ devspaces/idea-rhel8 \ devspaces/imagepuller-rhel8 \ -devspaces/machineexec-rhel8 \ devspaces/pluginregistry-rhel8 \ devspaces/server-rhel8 \ \ diff --git a/product/manifest/get-3rd-party-deps-manifests.sh b/product/manifest/get-3rd-party-deps-manifests.sh index de33885c8b..9116d89f39 100755 --- a/product/manifest/get-3rd-party-deps-manifests.sh +++ b/product/manifest/get-3rd-party-deps-manifests.sh @@ -152,7 +152,6 @@ if [[ ${phases} == *"1"* ]]; then log "1b. Define list of upstream containers & RPMs pulled into them from https://pkgs.devel.redhat.com/cgit/?q=devspaces " for d in \ devspaces-idea \ - devspaces-machineexec \ devspaces-operator-bundle \ devspaces-pluginregistry \ devspaces-server \ diff --git a/product/manifest/get-3rd-party-deps-npm.sh b/product/manifest/get-3rd-party-deps-npm.sh index 694ee59ba4..263515954d 100755 --- a/product/manifest/get-3rd-party-deps-npm.sh +++ b/product/manifest/get-3rd-party-deps-npm.sh @@ -51,7 +51,6 @@ devspaces-dashboard \ \ devspaces-idea \ devspaces-imagepuller \ -devspaces-machineexec \ devspaces-pluginregistry \ devspaces-server \ \ diff --git a/product/tagRelease.sh b/product/tagRelease.sh index ecba85bee7..b632bc40d8 100755 --- a/product/tagRelease.sh +++ b/product/tagRelease.sh @@ -223,7 +223,6 @@ if [[ "${pkgs_devel_branch}" ]] && [[ "${CSV_VERSION}" ]]; then devspaces-idea \ devspaces-imagepuller \ \ - devspaces-machineexec \ devspaces-operator \ devspaces-operator-bundle \ devspaces-pluginregistry \