Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: e2e_tests.sh

Issue 29720604: Issue 6405 - Remove CircleCI refs. (Closed)
Patch Set: Issue 6405 - Remove build scripts & CircleCI refs. Removed Cartfile reference Created March 14, 2018, 8:58 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « deploy/hockey.sh ('k') | package.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: e2e_tests.sh
diff --git a/e2e_tests.sh b/e2e_tests.sh
deleted file mode 100755
index de79e17d1bdd94a41d0fb11334f65a98062ace09..0000000000000000000000000000000000000000
--- a/e2e_tests.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-git clone git@github.com:salsita/shishito.git
-sudo pip install -r shishito/requirements.txt
-cd $CIRCLE_ARTIFACTS
-SIMFILE=$(find `pwd` -name '*simulator*.zip')
-curl -u ${SAUCELABS} \
--X POST \
--H "Content-Type: application/octet-stream" \
-https://saucelabs.com/rest/v1/storage/salsitaadmin/adblockbrowser.zip?overwrite=true \
---data-binary @${SIMFILE}
-export PYTHONPATH=${PYTHONPATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/shishito \
-&& python ${HOME}/${CIRCLE_PROJECT_REPONAME}/ui_tests/adblock_runner.py --app=sauce-storage:adblockbrowser.zip \
---saucelabs=${SAUCELABS} --test_rail=${TEST_RAIL}
-cd ${HOME}/${CIRCLE_PROJECT_REPONAME}/ui_tests/results && for result in $(find -name "*.xml"); \
-do mkdir -p $CIRCLE_TEST_REPORTS/ui_tests/$(basename $result) && cp $result $CIRCLE_TEST_REPORTS/ui_tests/$(basename $result);
-done
« no previous file with comments | « deploy/hockey.sh ('k') | package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld