Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib/intel/jenkins: Split jobs across nodes better & fail run_ci using script exit #10272

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

zachdworkin
Copy link
Contributor

Let run ci script properly sys.exit(error_code) instead of using Jenkins shell command to return the error code. This will make new CI stages properly fail when a test fails or if a job config is invalid.

Separate grass tests to be on different partitions. This will prevent tests from using a node from set one with a node from set two. These sets are going to be called bulbasaur and chikorita.

Run script has been updated to be able to sys.exit(error_code).
This removed the need for the return when running the ci.

Signed-off-by: Zach Dworkin <[email protected]>
Grass tests had been selecting nodes of two different types.
This was causing some test communication failures so we are restricting
them to only run on one type. This is reflected by a split partition
bulbasaur or chikorita.

Signed-off-by: Zach Dworkin <[email protected]>
@zachdworkin zachdworkin merged commit e3c91ae into ofiwg:main Aug 5, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant