Skip to content

Commit 549b327

Browse files
committed
CRW-4367 Remove Machine-exec from productization scripts.
1 parent ca9e611 commit 549b327

6 files changed

+0
-35
lines changed

dependencies/job-config.json

-30
Original file line numberDiff line numberDiff line change
@@ -122,36 +122,6 @@
122122
"disabled": false
123123
}
124124
},
125-
"machineexec": {
126-
"3.16": {
127-
"upstream_branch": [
128-
"7.90.x",
129-
"main"
130-
],
131-
"disabled": true
132-
},
133-
"3.17": {
134-
"upstream_branch": [
135-
"7.92.x",
136-
"main"
137-
],
138-
"disabled": false
139-
},
140-
"3.18": {
141-
"upstream_branch": [
142-
"7.94.x",
143-
"main"
144-
],
145-
"disabled": false
146-
},
147-
"3.x": {
148-
"upstream_branch": [
149-
"main",
150-
"main"
151-
],
152-
"disabled": false
153-
}
154-
},
155125
"operator": {
156126
"3.16": {
157127
"upstream_branch": [

product/buildAllInBrewCopyToQuay.sh

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ if [[ $PHASES == *"1"* ]]; then
8484
devspaces-dashboard \
8585
devspaces-idea \
8686
devspaces-imagepuller \
87-
devspaces-machineexec \
8887
devspaces-operator \
8988
devspaces-pluginregistry \
9089
devspaces-server \

product/getLatestImageTags.sh

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ devspaces/dashboard-rhel8 \
7979
\
8080
devspaces/idea-rhel8 \
8181
devspaces/imagepuller-rhel8 \
82-
devspaces/machineexec-rhel8 \
8382
devspaces/pluginregistry-rhel8 \
8483
devspaces/server-rhel8 \
8584
\

product/manifest/get-3rd-party-deps-manifests.sh

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ if [[ ${phases} == *"1"* ]]; then
152152
log "1b. Define list of upstream containers & RPMs pulled into them from https://pkgs.devel.redhat.com/cgit/?q=devspaces "
153153
for d in \
154154
devspaces-idea \
155-
devspaces-machineexec \
156155
devspaces-operator-bundle \
157156
devspaces-pluginregistry \
158157
devspaces-server \

product/manifest/get-3rd-party-deps-npm.sh

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ devspaces-dashboard \
5151
\
5252
devspaces-idea \
5353
devspaces-imagepuller \
54-
devspaces-machineexec \
5554
devspaces-pluginregistry \
5655
devspaces-server \
5756
\

product/tagRelease.sh

-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ if [[ "${pkgs_devel_branch}" ]] && [[ "${CSV_VERSION}" ]]; then
223223
devspaces-idea \
224224
devspaces-imagepuller \
225225
\
226-
devspaces-machineexec \
227226
devspaces-operator \
228227
devspaces-operator-bundle \
229228
devspaces-pluginregistry \

0 commit comments

Comments
 (0)