huawei-cloudnative / ci-bot

Github CI robot
Apache License 2.0
8 stars 13 forks source link

Travis-CI Build - [/retest and /test perticualt JOB] on PR support for CI-BOT #10

Closed pavan187 closed 5 years ago

pavan187 commented 5 years ago

Travis-CI Build Trigger on PR changes for

  1. /retest - Retest CI Build on PR changes
  2. /test jobname - test CI build on flaky JOB support

What type of PR is this? /kind feature

What this PR does / why we need it: This PR will the add the feature for Trigger the Build on PR changes and Trigger a perticualr Build.

Which issue(s) this PR fixes: #7

Special notes for your reviewer: None

m1093782566 commented 5 years ago

Great! Thanks @pavan187

cc @edisonxiang

edisonxiang commented 5 years ago

@pavan187 Thanks. I am trying to make every operation(e.g test/reset) in one independent directory. Related with pr #8. Or we will handle lots of operations for the github.IssueCommentEvent in one file issue.go https://github.com/Huawei-PaaS/ci-bot/blob/master/handlers/issue.go#L26 like /assign and /unassign, /label and /remove-label, /test and /retest

Could you put these codes into a single directory named trigger or some other names you like?

rohitsardesai83 commented 5 years ago

please resolve conflicts. thanks.

pavan187 commented 5 years ago

@pavan187 Thanks. I am trying to make every operation(e.g test/reset) in one independent directory. Related with pr #8. Or we will handle lots of operations for the github.IssueCommentEvent in one file issue.go https://github.com/Huawei-PaaS/ci-bot/blob/master/handlers/issue.go#L26 like /assign and /unassign, /label and /remove-label, /test and /retest

Could you put these codes into a single directory named trigger or some other names you like?

Yes, Will be doing it