diff options
| author | bors <bors@rust-lang.org> | 2019-08-03 16:23:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-08-03 16:23:31 +0000 |
| commit | 452087b4bf18cece2d52d7cd8c9147195e5404bf (patch) | |
| tree | a31b7d38e8850793cb7e7428b4be4634b6c3d203 | |
| parent | a45743345659c775b01484574af2818c46a2cb03 (diff) | |
| parent | 6e3c4c3b8ee817fcce9ee6ecd0843e23d1476da5 (diff) | |
| download | rust-452087b4bf18cece2d52d7cd8c9147195e5404bf.tar.gz rust-452087b4bf18cece2d52d7cd8c9147195e5404bf.zip | |
Auto merge of #63242 - pietroalbini:move-azure-pipelines, r=Mark-Simulacrum
ci: move .azure-pipelines to src/ci/azure-pipelines As discussed in the last infra meeting this PR moves the Azure Pipelines configuration to `src/ci/azure-pipelines`, to clean up the root directory. r? @Mark-Simulacrum
| -rw-r--r-- | src/ci/azure-pipelines/auto.yml (renamed from .azure-pipelines/auto.yml) | 0 | ||||
| -rw-r--r-- | src/ci/azure-pipelines/master.yml (renamed from .azure-pipelines/master.yml) | 0 | ||||
| -rw-r--r-- | src/ci/azure-pipelines/pr.yml (renamed from .azure-pipelines/pr.yml) | 0 | ||||
| -rw-r--r-- | src/ci/azure-pipelines/steps/install-clang.yml (renamed from .azure-pipelines/steps/install-clang.yml) | 0 | ||||
| -rw-r--r-- | src/ci/azure-pipelines/steps/install-sccache.yml (renamed from .azure-pipelines/steps/install-sccache.yml) | 0 | ||||
| -rw-r--r-- | src/ci/azure-pipelines/steps/install-windows-build-deps.yml (renamed from .azure-pipelines/steps/install-windows-build-deps.yml) | 0 | ||||
| -rw-r--r-- | src/ci/azure-pipelines/steps/run.yml (renamed from .azure-pipelines/steps/run.yml) | 0 | ||||
| -rw-r--r-- | src/ci/azure-pipelines/try.yml (renamed from .azure-pipelines/try.yml) | 0 | ||||
| -rw-r--r-- | src/ci/docker/x86_64-gnu-tools/repo.sh | 3 |
9 files changed, 2 insertions, 1 deletions
diff --git a/.azure-pipelines/auto.yml b/src/ci/azure-pipelines/auto.yml index 6ed1585c516..6ed1585c516 100644 --- a/.azure-pipelines/auto.yml +++ b/src/ci/azure-pipelines/auto.yml diff --git a/.azure-pipelines/master.yml b/src/ci/azure-pipelines/master.yml index 9742c719658..9742c719658 100644 --- a/.azure-pipelines/master.yml +++ b/src/ci/azure-pipelines/master.yml diff --git a/.azure-pipelines/pr.yml b/src/ci/azure-pipelines/pr.yml index 62e23efe1ef..62e23efe1ef 100644 --- a/.azure-pipelines/pr.yml +++ b/src/ci/azure-pipelines/pr.yml diff --git a/.azure-pipelines/steps/install-clang.yml b/src/ci/azure-pipelines/steps/install-clang.yml index 45ec767e0b8..45ec767e0b8 100644 --- a/.azure-pipelines/steps/install-clang.yml +++ b/src/ci/azure-pipelines/steps/install-clang.yml diff --git a/.azure-pipelines/steps/install-sccache.yml b/src/ci/azure-pipelines/steps/install-sccache.yml index 427e50f571f..427e50f571f 100644 --- a/.azure-pipelines/steps/install-sccache.yml +++ b/src/ci/azure-pipelines/steps/install-sccache.yml diff --git a/.azure-pipelines/steps/install-windows-build-deps.yml b/src/ci/azure-pipelines/steps/install-windows-build-deps.yml index c42c2311b49..c42c2311b49 100644 --- a/.azure-pipelines/steps/install-windows-build-deps.yml +++ b/src/ci/azure-pipelines/steps/install-windows-build-deps.yml diff --git a/.azure-pipelines/steps/run.yml b/src/ci/azure-pipelines/steps/run.yml index ca32888b74c..ca32888b74c 100644 --- a/.azure-pipelines/steps/run.yml +++ b/src/ci/azure-pipelines/steps/run.yml diff --git a/.azure-pipelines/try.yml b/src/ci/azure-pipelines/try.yml index 0df6c6c951f..0df6c6c951f 100644 --- a/.azure-pipelines/try.yml +++ b/src/ci/azure-pipelines/try.yml diff --git a/src/ci/docker/x86_64-gnu-tools/repo.sh b/src/ci/docker/x86_64-gnu-tools/repo.sh index 145f671a8cb..82700a00fb6 100644 --- a/src/ci/docker/x86_64-gnu-tools/repo.sh +++ b/src/ci/docker/x86_64-gnu-tools/repo.sh @@ -5,7 +5,8 @@ # # The function relies on a GitHub bot user, which should have a Personal access # token defined in the environment variable $TOOLSTATE_REPO_ACCESS_TOKEN. If for -# some reason you need to change the token, please update `.azure-pipelines/*`. +# some reason you need to change the token, please update the Azure Pipelines +# variable group. # # 1. Generate a new Personal access token: # |
