Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 567624

Summary: Update PR mandatory checks for https://github.com/eclipse/che
Product: Community Reporter: Sergii Kabashniuk <skabashniuk>
Component: GitHubAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: denis.roy, mikael.barbero
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Sergii Kabashniuk CLA 2020-10-06 04:41:03 EDT
As we've moved ci.centos.org jobs to github actions jobs
could you please update the che master branch required checks
for now: 'ci.centos.org PR check (build) ' was flagged as 'required'
could you remove that mandatory check and replace it by 'build-pr-check / build (pull_request) '

Thanks
Comment 1 Mikaël Barbero CLA 2020-10-06 05:47:16 EDT
I've removed the ci.centos.org requirement. I couldn't find the other check you were mentionning. I have:

 WIP
 build
 check-contributing-up-to-date
 ci.centos.org PR check (build)
 ci.centos.org PR check (java-selenium-tests)
 crw-ci-e2e-happy-path-tests

(note that the check must have run at least once for it to be required)
Comment 2 Sergii Kabashniuk CLA 2020-10-06 05:58:29 EDT
Thanks .
I was refering to this https://github.com/eclipse/che/blob/master/.github/workflows/maven-build-pr-check.yml
I want to make it mandatory.
Comment 3 Mikaël Barbero CLA 2020-10-06 06:58:58 EDT
Done.