Skip to content

Commit fd7e940

Browse files
author
Artem Ryabov
committed
Fixed several Mellanox Open MPI CI issues.
The following issues have been fixed: - Corrected the link to CI status badge in README after some renaming. - Updated agent capabilities. - Switched to jenkins_scripts from master branch. - Corrected support e-mail. Signed-off-by: Artem Ryabov <[email protected]>
1 parent 037b0bd commit fd7e940

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.ci/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Open MPI Continuous Integration (CI) Services
22
## Mellanox Open MPI CI
3-
[![Build Status](https://dev.azure.com/mlnx-swx/mellanox-ompi-ci-project/_apis/build/status/mellanox-ompi-ci-pipeline?branchName=master)](https://dev.azure.com/mlnx-swx/mellanox-ompi-ci-project/_build/latest?definitionId=6&branchName=master)
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)
44
### Scope
55
[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.
66

@@ -15,4 +15,4 @@ Mellanox Open MPI CI is triggered upon the following events:
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
18-
In case of any issues, questions or suggestions please contact to [Mellanox Open MPI CI support team](mailto:[email protected];andreyma@mellanox.com).
18+
In case of any issues, questions or suggestions please contact to [Mellanox Open MPI CI support team](mailto:swx-azure-svc@mellanox.com).

.ci/mellanox/azure-pipelines.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ pr:
99

1010
pool:
1111
name: Default
12-
demands: AGENT_CI_CAPABILITY -equals ompi
12+
demands:
13+
- AGENT_CI_TARGET -equals ompi
14+
- MLNX_IB_DEVICE -equals yes
1315

1416
variables:
15-
# TODO: change to the main repo and master branch
16-
#ompi_jenkins_scripts_git_repo_url: https://github.com/mellanox-hpc/jenkins_scripts.git
17-
ompi_jenkins_scripts_git_repo_url: https://github.com/itemko/jenkins_scripts.git
18-
#ompi_jenkins_scripts_git_branch: master
19-
ompi_jenkins_scripts_git_branch: artemry/ompi_review
17+
ompi_jenkins_scripts_git_repo_url: https://github.com/mellanox-hpc/jenkins_scripts.git
18+
ompi_jenkins_scripts_git_branch: master
2019
# Enable debug information, supported values: true, false
2120
debug: true
2221

0 commit comments

Comments
 (0)