[arvados-workbench2] updated: 2.4.0-160-g00720cdd
git repository hosting
git at public.arvados.org
Tue Jul 26 18:57:31 UTC 2022
Summary of changes:
.../context-menu/action-sets/process-resource-action-set.ts | 2 +-
tools/run-integration-tests.sh | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
via 00720cddd593eaec785f7e0104068177bcfde67d (commit)
from 760c35a45846cdcc0e1d796f0741d530e80bcd31 (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 00720cddd593eaec785f7e0104068177bcfde67d
Author: Stephen Smith <stephen at curii.com>
Date: Tue Jul 26 14:57:10 2022 -0400
16070: Cleanup and update integration test script
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/views-components/context-menu/action-sets/process-resource-action-set.ts b/src/views-components/context-menu/action-sets/process-resource-action-set.ts
index 65e29bef..a7a75901 100644
--- a/src/views-components/context-menu/action-sets/process-resource-action-set.ts
+++ b/src/views-components/context-menu/action-sets/process-resource-action-set.ts
@@ -7,7 +7,7 @@ import { ToggleFavoriteAction } from "../actions/favorite-action";
import { toggleFavorite } from "store/favorites/favorites-actions";
import {
RenameIcon, ShareIcon, MoveToIcon, CopyIcon, DetailsIcon,
- RemoveIcon, ReRunProcessIcon, InputIcon, OutputIcon, CommandIcon,
+ RemoveIcon, ReRunProcessIcon, InputIcon, OutputIcon,
AdvancedIcon
} from "components/icon/icon";
import { favoritePanelActions } from "store/favorite-panel/favorite-panel-action";
diff --git a/tools/run-integration-tests.sh b/tools/run-integration-tests.sh
index 0a9a0fc4..367ccecd 100755
--- a/tools/run-integration-tests.sh
+++ b/tools/run-integration-tests.sh
@@ -114,6 +114,7 @@ coproc arvboot (~/go/bin/arvados-server boot \
-type test \
-config ${TMPDIR}/arvados.yml \
-no-workbench1 \
+ -no-workbench2 \
-own-temporary-database \
-timeout 20m 2> ${ARVADOS_LOG})
trap cleanup ERR EXIT
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list