make: generate correct image tags for runtime tests

And roll-back to the old image that was manually pushed from the old registry.

A dummy change of images/runtimes/java17/Dockerfile.x86_64 is required to
generate a new image tag.

PiperOrigin-RevId: 614106417
This commit is contained in:
Andrei Vagin
2024-03-08 18:47:49 -08:00
committed by gVisor bot
parent 558a78de55
commit a5c1062c75
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ RUNTIME_TESTS_FLAKY_SHORT_CIRCUIT ?= true
%-runtime-tests: load-runtimes_% $(RUNTIME_BIN)
@$(call install_runtime,$(RUNTIME),--watchdog-action=panic --platform=systrap)
@IMAGE_TAG=$(call tag,$*) && \
@IMAGE_TAG=$(call tag,runtimes_$*) && \
$(call test_runtime_cached,$(RUNTIME),--test_timeout=1800 --test_env=RUNTIME_TESTS_FILTER=$(RUNTIME_TESTS_FILTER) --test_env=RUNTIME_TESTS_PER_TEST_TIMEOUT=$(RUNTIME_TESTS_PER_TEST_TIMEOUT) --test_env=RUNTIME_TESTS_RUNS_PER_TEST=$(RUNTIME_TESTS_RUNS_PER_TEST) --test_env=RUNTIME_TESTS_FLAKY_IS_ERROR=$(RUNTIME_TESTS_FLAKY_IS_ERROR) --test_env=RUNTIME_TESTS_FLAKY_SHORT_CIRCUIT=$(RUNTIME_TESTS_FLAKY_SHORT_CIRCUIT) --test_env=IMAGE_TAG=$${IMAGE_TAG} //test/runtimes:$*)
do-tests: $(RUNTIME_BIN)
+1
View File
@@ -1,4 +1,5 @@
FROM ubuntu:bionic
RUN apt-get update && apt-get install -y \
autoconf \
build-essential \