tests: fix UI test so we can update CI image (#7901)

* tests: fix UI test so we can update CI image

* CI: remove diener installation from the script as it's installed in CI image

* tests: another fix

* tests: fix another fix

* tests: NLoEOF

* tests: another broken stderr
This commit is contained in:
Denis Pisarev
2021-01-14 22:00:41 +01:00
committed by GitHub
parent b59c3297cc
commit 3ee8b66e7d
4 changed files with 42 additions and 5 deletions
@@ -41,8 +41,6 @@ EOT
git config --global user.name 'CI system'
git config --global user.email '<>'
cargo install -f --version 0.2.0 diener
# Merge master into our branch before building Polkadot to make sure we don't miss
# any commits that are required by Polkadot.
git fetch --depth 100 origin
@@ -88,7 +86,7 @@ else
fi
cd ..
$CARGO_HOME/bin/diener --substrate --branch $CI_COMMIT_REF_NAME --git https://gitlab.parity.io/parity/substrate.git --path polkadot
diener --substrate --branch $CI_COMMIT_REF_NAME --git https://gitlab.parity.io/parity/substrate.git --path polkadot
cd polkadot
# Test Polkadot pr or master branch with this Substrate commit.