@@ -14,6 +14,8 @@ workspaces:
1414 without : true
1515 - buildifier :
1616 without : true
17+ - configure :
18+ without : true
1719 - delivery :
1820 without : true
1921 e2e/js_image_docker :
@@ -23,6 +25,8 @@ workspaces:
2325 without : true
2426 - buildifier :
2527 without : true
28+ - configure :
29+ without : true
2630 - delivery :
2731 without : true
2832 e2e/js_image_oci :
@@ -32,6 +36,8 @@ workspaces:
3236 without : true
3337 - buildifier :
3438 without : true
39+ - configure :
40+ without : true
3541 - delivery :
3642 without : true
3743 # No test targets. Requires running test.sh.
@@ -43,6 +49,8 @@ workspaces:
4349 without : true
4450 - buildifier :
4551 without : true
52+ - configure :
53+ without : true
4654 - delivery :
4755 without : true
4856 e2e/npm_link_package-esm :
@@ -52,6 +60,8 @@ workspaces:
5260 without : true
5361 - buildifier :
5462 without : true
63+ - configure :
64+ without : true
5565 - delivery :
5666 without : true
5767 e2e/npm_translate_lock :
@@ -61,6 +71,8 @@ workspaces:
6171 without : true
6272 - buildifier :
6373 without : true
74+ - configure :
75+ without : true
6476 - delivery :
6577 without : true
6678 e2e/npm_translate_lock_empty :
@@ -70,6 +82,8 @@ workspaces:
7082 without : true
7183 - buildifier :
7284 without : true
85+ - configure :
86+ without : true
7387 - delivery :
7488 without : true
7589 e2e/npm_translate_lock_multi :
@@ -79,6 +93,8 @@ workspaces:
7993 without : true
8094 - buildifier :
8195 without : true
96+ - configure :
97+ without : true
8298 - delivery :
8399 without : true
84100 e2e/npm_translate_lock_partial_clone :
@@ -88,6 +104,8 @@ workspaces:
88104 without : true
89105 - buildifier :
90106 without : true
107+ - configure :
108+ without : true
91109 - delivery :
92110 without : true
93111 e2e/npm_translate_lock_subdir_patch :
@@ -97,6 +115,8 @@ workspaces:
97115 without : true
98116 - buildifier :
99117 without : true
118+ - configure :
119+ without : true
100120 - delivery :
101121 without : true
102122 # Requires an auth token
@@ -110,6 +130,8 @@ workspaces:
110130 without : true
111131 - buildifier :
112132 without : true
133+ - configure :
134+ without : true
113135 - delivery :
114136 without : true
115137 e2e/npm_translate_yarn_lock :
@@ -119,6 +141,8 @@ workspaces:
119141 without : true
120142 - buildifier :
121143 without : true
144+ - configure :
145+ without : true
122146 - delivery :
123147 without : true
124148 e2e/package_json_module :
@@ -128,6 +152,8 @@ workspaces:
128152 without : true
129153 - buildifier :
130154 without : true
155+ - configure :
156+ without : true
131157 - delivery :
132158 without : true
133159 e2e/pnpm_workspace :
@@ -137,6 +163,8 @@ workspaces:
137163 without : true
138164 - buildifier :
139165 without : true
166+ - configure :
167+ without : true
140168 - delivery :
141169 without : true
142170 e2e/pnpm_workspace_rerooted :
@@ -146,6 +174,8 @@ workspaces:
146174 without : true
147175 - buildifier :
148176 without : true
177+ - configure :
178+ without : true
149179 - delivery :
150180 without : true
151181 e2e/rules_foo :
@@ -155,6 +185,8 @@ workspaces:
155185 without : true
156186 - buildifier :
157187 without : true
188+ - configure :
189+ without : true
158190 - delivery :
159191 without : true
160192 e2e/vendored_node :
@@ -164,6 +196,8 @@ workspaces:
164196 without : true
165197 - buildifier :
166198 without : true
199+ - configure :
200+ without : true
167201 - delivery :
168202 without : true
169203 # No test targets. Requires running test.sh.
@@ -173,6 +207,7 @@ tasks:
173207 - test :
174208 - format :
175209 - buildifier :
210+ - configure :
176211 - delivery :
177212 always_deliver : true
178213 queue : aspect-default
0 commit comments