Skip to content

Commit 644e9c5

Browse files
committed
ci(circle): add memory-stress testplan
1 parent 96a9a4c commit 644e9c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- run:
4848
name: "trigger graphsync testplan on taas"
4949
command: ~/testground-cli run composition -f $HOME/testground/plans/graphsync/stress-k8s.toml --metadata-commit=$CIRCLE_SHA1 --metadata-repo=ipfs/go-graphsync --metadata-branch=$CIRCLE_BRANCH
50+
- run:
51+
name: "trigger graphsync memory stress on taas"
52+
command: ~/testground-cli run composition -f $HOME/testground/plans/graphsync/memory-stress-k8s.toml --metadata-commit=$CIRCLE_SHA1 --metadata-repo=ipfs/go-graphsync --metadata-branch=$CIRCLE_BRANCH
5053

5154
workflows:
5255
version: 2

0 commit comments

Comments
 (0)