Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit d35f732

Browse files
authored
Add CROSS check
Adds a silent CROSS check for PRs so that data can be gathered for the CROSS project
1 parent d645201 commit d35f732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netci.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ platformList.each { platform ->
6868
Utilities.createHelperJob(this, project, branch,
6969
"Welcome to the ${project} Repository", // This is prepended to the help message
7070
"Have a nice day!") // This is appended to the help message. You might put known issues here.
71+
72+
Utilities.addCROSSCheck(this, project, branch)

0 commit comments

Comments
 (0)