scala / scala-jenkins-infra

A Chef cookbook that manages Scala's CI infrastructure.
https://scala-ci.typesafe.com
Apache License 2.0
14 stars 17 forks source link

add PR validation to https://github.com/scala/community-builds #92

Closed adriaanm closed 3 years ago

adriaanm commented 9 years ago

We should run the community build (on the last commit only) of PRs submitted. Should be a matter of adding a scabot.conf section.

SethTisue commented 9 years ago

perhaps this should be triggered by an explicit command, rather than automatically on every PR.

SethTisue commented 9 years ago

closely related: #8

SethTisue commented 8 years ago

I'm more and more tempted to tackle this

adriaanm commented 7 years ago

We could use the integrate-main flow for this. It can be configured to do a minimal bootstrap using jenkins params and then trigger a community build. I guess we could also just use a fixed Scala version since we're validating the community build here, not the compiler.

SethTisue commented 3 years ago

not worth doing on Jenkins. if we move the community build to GitHub Actions, I could maybe get interested again. but as long as the community build is basically a one man show, some kind of automation just aren't worth the trouble