From 14094a09b3f69b4a924f425364865481a552ede1 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Tue, 1 Nov 2016 22:39:48 +0700 Subject: [PATCH] Update gitlab-ci skip darwin and windows tests --- .gitlab-ci.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad3b14f2c..c1fdabd12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -353,25 +353,25 @@ windows: - target/release/parity.pdb - nsis/InstallParity.exe name: "x86_64-pc-windows-msvc_parity" -test-darwin: - stage: build - before_script: - - git submodule update --init --recursive - script: - - export RUST_BACKTRACE=1 - - ./test.sh $CARGOFLAGS --no-release - tags: - - osx -test-windows: - stage: build - before_script: - - git submodule update --init --recursive - script: - - set RUST_BACKTRACE=1 - - cargo test --features json-tests -p rlp -p ethash -p ethcore -p ethcore-bigint -p ethcore-dapps -p ethcore-rpc -p ethcore-signer -p ethcore-util -p ethcore-network -p ethcore-io -p ethkey -p ethstore -p ethsync -p ethcore-ipc -p ethcore-ipc-tests -p ethcore-ipc-nano -p parity %CARGOFLAGS% --verbose --release - tags: - - rust-windows - allow_failure: true +#test-darwin: +# stage: build +# before_script: +# - git submodule update --init --recursive +# script: +# - export RUST_BACKTRACE=1 +# - ./test.sh $CARGOFLAGS --no-release +# tags: +# - osx +#test-windows: +# stage: build +# before_script: +# - git submodule update --init --recursive +# script: +# - set RUST_BACKTRACE=1 +# - cargo test --features json-tests -p rlp -p ethash -p ethcore -p ethcore-bigint -p ethcore-dapps -p ethcore-rpc -p ethcore-signer -p ethcore-util -p ethcore-network -p ethcore-io -p ethkey -p ethstore -p ethsync -p ethcore-ipc -p ethcore-ipc-tests -p ethcore-ipc-nano -p parity %CARGOFLAGS% --verbose --release +# tags: +# - rust-windows +# allow_failure: true test-linux: stage: build before_script: