1
1

Enabled Mellanox CI for release branches.

Signed-off-by: Artem Ryabov <artemry@mellanox.com>
Этот коммит содержится в:
Artem Ryabov 2020-01-31 21:57:03 +03:00
родитель 1275766037
Коммит 67b70ae9bd
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -11,7 +11,7 @@ Mellanox Open MPI CI includes:
* Sanity functional testing.
### How to Run CI
Mellanox Open MPI CI is triggered upon the following events:
* Push a commit into the master branch. CI status and log files are available on the Azure DevOps server.
* Push a commit into the master branch or release branches (starting from v4.0.x). CI is started automatically. CI status and log files are available on the Azure DevOps server.
* Create a pull request (PR). CI status is visible in the PR status. CI is restarted automatically upon each new commit within the PR. CI status and log files are also available on the Azure DevOps server.
* Trigger CI with special PR comments (for example, `/azp run`). Comment triggers are available only if the comment author has write permission to the PR target repo. Detailed information about comment triggers is available in the official Azure DevOps [documentation](https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#comment-triggers).
### Support

Просмотреть файл

@ -1,11 +1,9 @@
# Per-commit
trigger:
- master
# All PRs
- v*.*.x
pr:
branches:
include:
- '*'
- master
- v*.*.x
pool:
name: Default