Skip to content

Commit 67b70ae

Browse files
author
Artem Ryabov
committed
Enabled Mellanox CI for release branches.
Signed-off-by: Artem Ryabov <[email protected]>
1 parent 1275766 commit 67b70ae

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.ci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Mellanox Open MPI CI includes:
1111
* Sanity functional testing.
1212
### How to Run CI
1313
Mellanox Open MPI CI is triggered upon the following events:
14-
* Push a commit into the master branch. CI status and log files are available on the Azure DevOps server.
14+
* 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.
1515
* 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.
1616
* 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).
1717
### Support

.ci/mellanox/azure-pipelines.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Per-commit
21
trigger:
32
- master
4-
# All PRs
3+
- v*.*.x
54
pr:
6-
branches:
7-
include:
8-
- '*'
5+
- master
6+
- v*.*.x
97

108
pool:
119
name: Default

0 commit comments

Comments
 (0)