Skip to content

Commit 48c04cd

Browse files
authored
Merge pull request #7350 from artemry-mlnx/artemry/enable_mlnx_ci_for_release_branches
Enabled Mellanox CI for release branches (changes for master branch).
2 parents 1275766 + 67b70ae commit 48c04cd

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)