Rollup merge of #62143 - alexcrichton:toolstate, r=pietroalbini

ci: Publish toolstate changes from Azure

This commit moves toolstate publishing from Travis to Azure. We've been
testing on azure for some time now and this works by deleting the Travis
config and updating the credentials used on Azure.
This commit is contained in:
Mazdak Farrokhzad 2019-06-26 11:33:44 +02:00 committed by GitHub
commit 7acf40029b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions

View File

@ -7,7 +7,7 @@ trigger:
- master
variables:
- group: prod-credentials
- group: real-prod-credentials
pool:
vmImage: ubuntu-16.04

View File

@ -229,16 +229,6 @@ matrix:
name: mingw-check
if: branch = auto
- stage: publish toolstate
if: branch = master AND type = push
before_install: []
install: []
sudo: false
script:
MESSAGE_FILE=$(mktemp -t msg.XXXXXX);
. src/ci/docker/x86_64-gnu-tools/repo.sh;
commit_toolstate_change "$MESSAGE_FILE" "$TRAVIS_BUILD_DIR/src/tools/publish_toolstate.py" "$(git rev-parse HEAD)" "$(git log --format=%s -n1 HEAD)" "$MESSAGE_FILE" "$TOOLSTATE_REPO_ACCESS_TOKEN";
before_install:
# We'll use the AWS cli to download/upload cached docker layers as well as
# push our deployments, so download that here.