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.
This commit is contained in:
Pietro Albini 2020-03-23 15:01:58 +01:00
parent f0bd035e2a
commit 45910e74fd
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C
5 changed files with 55 additions and 0 deletions

View file

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

View file

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

View file

@ -1,3 +1,14 @@
#####################################
## READ BEFORE CHANGING THIS ##
#####################################
# We're in the process of evaluating GitHub Actions as a possible replacement
# for Azure Pipelines, and at the moment the configuration is duplicated
# between the two CI providers. Be sure to also change the configuration in
# src/ci/github-actions when changing this file.
#####################################
#
# Azure Pipelines pull request build for Rust
#

View file

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

View file

@ -1,3 +1,14 @@
#####################################
## READ BEFORE CHANGING THIS ##
#####################################
# We're in the process of evaluating GitHub Actions as a possible replacement
# for Azure Pipelines, and at the moment the configuration is duplicated
# between the two CI providers. Be sure to also change the configuration in
# src/ci/github-actions when changing this file.
#####################################
pr: none
trigger:
- try