[arvados-workbench2] updated: 2.7.0-170-g24c13908
git repository hosting
git at public.arvados.org
Fri Oct 27 14:09:30 UTC 2023
Summary of changes:
Makefile | 3 +++
1 file changed, 3 insertions(+)
via 24c13908a2cf5e4367899ad0af6b53cb294679e1 (commit)
from 7b9b34fce607cd1785c2029f9b8dc316153f3d10 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 24c13908a2cf5e4367899ad0af6b53cb294679e1
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Oct 27 10:09:15 2023 -0400
21118: Add "tests-in-docker" target
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/Makefile b/Makefile
index 6a174bcf..54d8aa0a 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,9 @@ integration-tests-in-docker: workbench2-build-image check-arvados-directory
unit-tests-in-docker: workbench2-build-image check-arvados-directory
docker run -ti -v$(PWD):/usr/src/workbench2 -v$(ARVADOS_DIRECTORY):/usr/src/arvados -w /usr/src/workbench2 -e ARVADOS_DIRECTORY=/usr/src/arvados workbench2-build make unit-tests
+tests-in-docker: workbench2-build-image check-arvados-directory
+ docker run -ti -v$(PWD):/usr/src/workbench2 -v$(ARVADOS_DIRECTORY):/usr/src/arvados -w /usr/src/workbench2 -e ARVADOS_DIRECTORY=/usr/src/arvados workbench2-build make test
+
test: unit-tests integration-tests
build: yarn-install
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list