We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a9a4c commit 644e9c5Copy full SHA for 644e9c5
.circleci/config.yml
@@ -47,6 +47,9 @@ jobs:
47
- run:
48
name: "trigger graphsync testplan on taas"
49
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
53
54
workflows:
55
version: 2
0 commit comments