|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] CI: Drop test-artifacts/Makefile
commit e58d8aa17197800d6bf1206cbb5053fba7526ad7
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Fri Jun 5 13:38:40 2026 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Mon Jun 8 14:06:40 2026 +0100
CI: Drop test-artifacts/Makefile
This is unused since commit 3c0c177ff904 ("CI: Switch qemu-arm* jobs to
using
the distro provided QEMU"), and wants never to return.
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Denis Mukhin <dmukhin@xxxxxxxx>
Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
---
automation/tests-artifacts/Makefile | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/automation/tests-artifacts/Makefile
b/automation/tests-artifacts/Makefile
deleted file mode 100644
index 80a60a94f3..0000000000
--- a/automation/tests-artifacts/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-
-# the base of where these containers will appear
-REGISTRY := registry.gitlab.com/xen-project/xen/tests-artifacts
-CONTAINERS = $(subst .dockerfile,,$(wildcard */*.dockerfile))
-
-help:
- @echo "Containers to build and export tests artifacts."
- @echo "To build one run 'make ARTIFACT/VERSION'. Available containers:"
- @$(foreach file,$(sort $(CONTAINERS)),echo ${file};)
- @echo "To push container builds, set the env var PUSH"
-
-%: %.dockerfile ## Builds containers
- $(DOCKER_CMD) build --pull -t $(REGISTRY)/$(@D):$(@F) -f $< $(<D)
- @if [ ! -z $${PUSH+x} ]; then \
- $(DOCKER_CMD) push $(REGISTRY)/$(@D):$(@F); \
- fi
-
-.PHONY: all
-all: $(CONTAINERS)
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |