Skip to content

Commit 45910e7

Browse files
committed
ci: add notice on top of the azure pipelines configuration
This will inform contributors tweaking the Azure Pipelines configuration that they also need to tweak the GitHub Actions setup.
1 parent f0bd035 commit 45910e7

File tree

5 files changed

+55
-0
lines changed

5 files changed

+55
-0
lines changed

src/ci/azure-pipelines/auto.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#####################################
2+
## READ BEFORE CHANGING THIS ##
3+
#####################################
4+
5+
# We're in the process of evaluating GitHub Actions as a possible replacement
6+
# for Azure Pipelines, and at the moment the configuration is duplicated
7+
# between the two CI providers. Be sure to also change the configuration in
8+
# src/ci/github-actions when changing this file.
9+
10+
#####################################
11+
112
#
213
# Azure Pipelines "auto" branch build for Rust on Linux, macOS, and Windows.
314
#

src/ci/azure-pipelines/master.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#####################################
2+
## READ BEFORE CHANGING THIS ##
3+
#####################################
4+
5+
# We're in the process of evaluating GitHub Actions as a possible replacement
6+
# for Azure Pipelines, and at the moment the configuration is duplicated
7+
# between the two CI providers. Be sure to also change the configuration in
8+
# src/ci/github-actions when changing this file.
9+
10+
#####################################
11+
112
#
213
# Azure Pipelines job to publish toolstate. Only triggers on pushes to master.
314
#

src/ci/azure-pipelines/pr.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#####################################
2+
## READ BEFORE CHANGING THIS ##
3+
#####################################
4+
5+
# We're in the process of evaluating GitHub Actions as a possible replacement
6+
# for Azure Pipelines, and at the moment the configuration is duplicated
7+
# between the two CI providers. Be sure to also change the configuration in
8+
# src/ci/github-actions when changing this file.
9+
10+
#####################################
11+
112
#
213
# Azure Pipelines pull request build for Rust
314
#

src/ci/azure-pipelines/steps/run.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#####################################
2+
## READ BEFORE CHANGING THIS ##
3+
#####################################
4+
5+
# We're in the process of evaluating GitHub Actions as a possible replacement
6+
# for Azure Pipelines, and at the moment the configuration is duplicated
7+
# between the two CI providers. Be sure to also change the configuration in
8+
# src/ci/github-actions when changing this file.
9+
10+
#####################################
11+
112
# FIXME(linux): need to configure core dumps, enable them, and then dump
213
# backtraces on failure from all core dumps:
314
#

src/ci/azure-pipelines/try.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#####################################
2+
## READ BEFORE CHANGING THIS ##
3+
#####################################
4+
5+
# We're in the process of evaluating GitHub Actions as a possible replacement
6+
# for Azure Pipelines, and at the moment the configuration is duplicated
7+
# between the two CI providers. Be sure to also change the configuration in
8+
# src/ci/github-actions when changing this file.
9+
10+
#####################################
11+
112
pr: none
213
trigger:
314
- try

0 commit comments

Comments
 (0)