diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-26 11:33:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-26 11:33:44 +0200 |
| commit | 7acf40029b8545580299ddb4fb4d428b79976263 (patch) | |
| tree | 83b2fb498a40b5f9243c832cde7471cd571d29bb | |
| parent | c09cf0f5f0df1acc68c899bb81dac17a2597aebd (diff) | |
| parent | f78f37204e8b36e8166756fd89e0fe87e5cfe6d2 (diff) | |
| download | rust-7acf40029b8545580299ddb4fb4d428b79976263.tar.gz rust-7acf40029b8545580299ddb4fb4d428b79976263.zip | |
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.
| -rw-r--r-- | .azure-pipelines/master.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/.azure-pipelines/master.yml b/.azure-pipelines/master.yml index e2baa923d99..9742c719658 100644 --- a/.azure-pipelines/master.yml +++ b/.azure-pipelines/master.yml @@ -7,7 +7,7 @@ trigger: - master variables: -- group: prod-credentials +- group: real-prod-credentials pool: vmImage: ubuntu-16.04 diff --git a/.travis.yml b/.travis.yml index 060063088dc..dbfc6c81963 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. |
