Skip to content

Commit

Permalink
CRW-4367 Remove Machine-exec from productization scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Nov 20, 2024
1 parent ca9e611 commit 5bc8457
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 35 deletions.
30 changes: 0 additions & 30 deletions dependencies/job-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
1 change: 0 additions & 1 deletion product/buildAllInBrewCopyToQuay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ if [[ $PHASES == *"1"* ]]; then
devspaces-dashboard \
devspaces-idea \
devspaces-imagepuller \
devspaces-machineexec \
devspaces-operator \
devspaces-pluginregistry \
devspaces-server \
Expand Down
1 change: 0 additions & 1 deletion product/getLatestImageTags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ devspaces/dashboard-rhel8 \
\
devspaces/idea-rhel8 \
devspaces/imagepuller-rhel8 \
devspaces/machineexec-rhel8 \
devspaces/pluginregistry-rhel8 \
devspaces/server-rhel8 \
\
Expand Down
1 change: 0 additions & 1 deletion product/manifest/get-3rd-party-deps-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion product/manifest/get-3rd-party-deps-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ devspaces-dashboard \
\
devspaces-idea \
devspaces-imagepuller \
devspaces-machineexec \
devspaces-pluginregistry \
devspaces-server \
\
Expand Down
1 change: 0 additions & 1 deletion product/tagRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ if [[ "${pkgs_devel_branch}" ]] && [[ "${CSV_VERSION}" ]]; then
devspaces-idea \
devspaces-imagepuller \
\
devspaces-machineexec \
devspaces-operator \
devspaces-operator-bundle \
devspaces-pluginregistry \
Expand Down

0 comments on commit 5bc8457

Please sign in to comment.