Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install android tools r25.2.3 concurrently #639

Merged
@@ -58,12 +58,13 @@ else
run_salt 'old'
set -o errexit

git checkout "${TRAVIS_COMMIT}"

travis_fold_start "salt.invalidate_cache" 'Invalidating the Salt cache'
rm -rf /var/cache/salt/minion/files/base/*
salt_call 'saltutil.clear_cache'
salt_call 'saltutil.sync_all'
travis_fold_end "salt.invalidate_cache"

git checkout "${TRAVIS_COMMIT}"
run_salt 'upgrade'
fi

@@ -72,6 +73,9 @@ else
if [[ "${SALT_NODE_ID}" == "servo-master1" ]]; then
./test.py sls.buildbot.master sls.homu sls.nginx
fi
if [[ "${SALT_NODE_ID}" == "servo-linux-cross1" ]]; then
./test.py sls.servo-build-dependencies.android
fi

# Salt doesn't support timezone.system on OSX
# See https://github.com/saltstack/salt/issues/31345
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.