scala / scabot

Scala's PR&CI automation bot
Apache License 2.0
14 stars 14 forks source link

Validation job == s"$repo-${pull.base.ref}-$jobSuffix" #28

Closed adriaanm closed 9 years ago

adriaanm commented 9 years ago

Make job dependent on repo, PR's target branch and jobSuffix.

Scabot's conf will need to be updated. Replace job: "scala-2.11.x-validate-main" with jobSuffix: "validate-main", and add branches: ["2.11.x", "2.12.x"] to the github section.

Two birds with one stone: split 2.11/2.12 CI validation jobs, share our infrastructure with the dotty team.

adriaanm commented 9 years ago

/cc @odersky --> the next step is to update our Jenkins configuration (PR coming), and for the dotty team to add a scripts directory like ours: https://github.com/scala/scala/tree/2.11.x/scripts/jobs/validate