Skip to content

Commit 94d1615

Browse files
authored
Merge pull request #10875 from jsquyres/pr/update-ci-readme
.ci: trivial README.md updates
2 parents 5f63299 + 3a7339a commit 94d1615

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

.ci/README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
# Open MPI Continuous Integration (CI) Services
2-
## Mellanox Open MPI CI
3-
### Scope
4-
[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.
1+
Top-level directory for CI tests.
52

6-
CI is managed by [Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/?view=azure-devops) service.
7-
8-
Mellanox Open MPI CI includes:
9-
* Open MPI building with internal stable engineering versions of UCX and HCOLL. The building is run in Docker-based environment.
10-
* Sanity functional testing.
11-
### How to Run CI
12-
Mellanox Open MPI CI is triggered upon the following events:
13-
* 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.
14-
* 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).
15-
### Support
16-
In case of any issues, questions or suggestions please contact to [Mellanox Open MPI CI support team](mailto:[email protected]).
3+
Feel free to make your own subdirectory (e.g., for your organization)
4+
and put CI tests and supporting infrastructure here.

.ci/mellanox/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Open MPI Continuous Integration (CI) Services
2+
## Mellanox Open MPI CI
3+
### Scope
4+
[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.
5+
6+
CI is managed by [Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/?view=azure-devops) service.
7+
8+
Mellanox Open MPI CI includes:
9+
* Open MPI building with internal stable engineering versions of UCX and HCOLL. The building is run in Docker-based environment.
10+
* Sanity functional testing.
11+
### How to Run CI
12+
Mellanox Open MPI CI is triggered upon the following events:
13+
* 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.
14+
* 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).
15+
### Support
16+
In case of any issues, questions or suggestions please contact to [Mellanox Open MPI CI support team](mailto:[email protected]).

0 commit comments

Comments
 (0)