Jakub Sokołowski
9f076ed70c
Please do not run 20 different things in a single stage. It makes debugging much harder than it needs to be, since now you can see at a glance the startup of which container fails easily. Changes: - Starting of Ganache and Nim-Waku containers extracted to separate stages - Cleanup of containers moved to `cleanup` step after tests are executed - Many variables moved to `enrivonment` section for job and some stages - The `throttle` effect narrowed down just to the `Tests` stage and not whole job - RPC API is used to get the Multiaddress of Nim-Waku node instead of hardcoding key - Removed no longer necessary `status-go` history node related files - `Jenkinsfile.uitests` was renamed to `Jenkinsfile.e2e` to match CI job names Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
.. | ||
translationScripts | ||
bump-status-go.sh | ||
clean-git.sh | ||
fetch-brew-bottle.sh | ||
force-rebuild-status-go.sh | ||
notarize-macos-pkg.sh | ||
rpc.sh | ||
sign-linux-file.sh | ||
sign-macos-pkg.sh | ||
sign-windows-bin.sh | ||
ubuntu_build_setup.sh | ||
windows_build_setup.ps1 |