Skip to content

Commit ae7f4f4

Browse files
authored
Merge pull request #7464 from artemry-mlnx/artemry-mlnx/disable-per-commit-ci
Disabled Mellanox Open MPI per-commit CI (as redundant).
2 parents a9b1629 + c5a5c7e commit ae7f4f4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.ci/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Open MPI Continuous Integration (CI) Services
22
## Mellanox Open MPI CI
3-
[![Build Status](https://dev.azure.com/mlnx-swx/mellanox-ompi/_apis/build/status/Mellanox%20CI?branchName=master)](https://dev.azure.com/mlnx-swx/mellanox-ompi/_build/latest?definitionId=9&branchName=master)
43
### Scope
54
[Mellanox](https://www.mellanox.com/) Open MPI CI is intended to verify Open MPI with recent Mellanox SW components ([Mellanox OFED](https://www.mellanox.com/page/products_dyn?product_family=26), [UCX](https://www.mellanox.com/page/products_dyn?product_family=281&mtag=ucx) and other [HPC-X](https://www.mellanox.com/page/products_dyn?product_family=189&mtag=hpc-x) components) in the Mellanox lab environment.
65

@@ -11,7 +10,6 @@ Mellanox Open MPI CI includes:
1110
* Sanity functional testing.
1211
### How to Run CI
1312
Mellanox Open MPI CI is triggered upon the following events:
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.
1513
* 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.
1614
* 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).
1715
### Support

.ci/mellanox/azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
trigger:
2-
- master
3-
- v*.*.x
1+
trigger: none
42
pr:
53
- master
64
- v*.*.x

0 commit comments

Comments
 (0)