Skip to content

Commit

Permalink
contrib/intel/jenkins: Update README to reflect move of scripts
Browse files Browse the repository at this point in the history
README needs to be updated to explain why there is only a Jenkinsfile 
in this folder now.

Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Apr 3, 2024
1 parent bd4811d commit 212a600
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions contrib/intel/jenkins/README
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Introduction
============
Jenkins is a CI/CD (Continuous Integration/Continuous Development) Pipelining tool that Intel uses to test code changes to libfabric. It follows the Jenkinsfile pipeline stages to build, test, and cleanup resources.
Jenkins is a CI/CD (Continuous Integration/Continuous Development) Pipelining
tool that Intel uses to test code changes to libfabric. It follows the
Jenkinsfile pipeline stages to build, test, and cleanup resources.

The runtime flow generally follows, Jenkinsfile -> build.py -> runtests.py -> run.py -> tests.py.
The scripts that this pipeline uses are stored in an internal Intel CI
repository.

Tests, Middlewares and Libraries supported by Intel CI/CD are:
Fabtests
Expand Down

0 comments on commit 212a600

Please sign in to comment.