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.
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"
withjobSuffix: "validate-main"
, and addbranches: ["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.