Skip to content

Commit

Permalink
contrib/intel/jenkins: Add opt-out path for Intel CI with new AWS CI
Browse files Browse the repository at this point in the history
No need to run Intel CI when all changes are to AWS CI

Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Apr 5, 2024
1 parent 996431a commit fb65bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def skip() {
}

echo "Changeset is: ${changeStrings.toArray()}"
if (changeStrings.toArray().every { it =~ /(?:fabtests\/pytests|man|prov\/efa|prov\/opx).*$/ }) {
if (changeStrings.toArray().every { it =~ /(?:fabtests\/pytests|man|prov\/efa|prov\/opx|contrib\/aws).*$/ }) {
echo "DONT RUN!"
return true
}
Expand Down

0 comments on commit fb65bed

Please sign in to comment.