vegaprotocol / jenkins-shared-library

Jenkins shared library for Vega pipeline needs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `snapshot-soak-test` python script to the system-tests repo

wwestgarth opened this issue · comments

The script that is used to run the snapshot-soak-tests is hidden away in this repo:
https://github.com/vegaprotocol/jenkins-shared-library/blob/main/resources/bin/snapshot-soak-test

It would make sense for it to live in the system-test repo where theres more visibility for @vegaprotocol/qa to maintain it, and for core-devs to find it and run it locally (maybe even encapsulated in MakeFiles)

The would obvious require changes to the soak-test job since it would need to also checkout the system-test repository.