File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,10 +205,6 @@ platforms:
205205 - " ..."
206206 # tests/docker/security require gcloud setup to access asci-toolchains images
207207 - " -//tests/docker/security/..."
208- # Failing with
209- # Unable to load docker image from bazel-out/k8-fastbuild/bin/tests/docker/util/test_container_commit.build: archive/tar: invalid tar header
210- # TODO(alexeagle): re-enable after investigating
211- - " -//tests/docker/util:all"
212208 # contrib targets are not compatible with remote exec
213209 - " -//tests/contrib:derivative_with_volume_repro_test"
214210 - " -//tests/contrib:random_file_img_non_repro_test"
@@ -231,10 +227,6 @@ platforms:
231227 - " //tests/..."
232228 # tests/docker/security require gcloud setup to access asci-toolchains images
233229 - " -//tests/docker/security/..."
234- # Failing with
235- # Unable to load docker image from bazel-out/k8-fastbuild/bin/tests/docker/util/test_container_commit.build: archive/tar: invalid tar header
236- # TODO(alexeagle): re-enable after investigating
237- - " -//tests/docker/util:all"
238230 # contrib tests are not compatible with remote exec
239231 - " -//tests/contrib:derivative_with_volume_repro_test"
240232 - " -//tests/contrib:random_file_img_non_repro_test"
Original file line number Diff line number Diff line change @@ -266,9 +266,11 @@ _commit_attrs = {
266266 allow_files = True ,
267267 ),
268268}
269+
270+ # @unsorted-dict-items
269271_commit_outputs = {
270- "build" : "%{name}.build" ,
271272 "out" : "%{name}_commit.tar" ,
273+ "build" : "%{name}.build" ,
272274}
273275
274276container_run_and_commit = rule (
You can’t perform that action at this time.
0 commit comments