I think it's time to move away from apache jenkins and embrace github actions (GHA). In addition to providing better visibility on a PR (i.e. https://github.com/apache/trafficcontrol/pull/4933/checks), GHAs can be created/modified by non-committers whereas apache jenkins cannot.
When this open PR is merged from Brennan: https://github.com/apache/trafficcontrol/pull/4948 we will have GHAs that: - run the weasel license checker - check that each TC component builds successfully - runs the unit tests agains each component I "think" this encompasses everything done previously by apache jenkins. +1 for GHA, -1 for migrating to https://ci-builds.apache.org Jeremy On Thu, Aug 13, 2020 at 10:36 AM Zach Hoffman <[email protected]> wrote: > Actual link to the [email protected] mailing list thread: > > https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E > > On Thu, Aug 13, 2020 at 10:34 AM Zach Hoffman <[email protected]> wrote: > > > As noted in #dev in the ATC slack yesterday, our Jenkins jobs aren't > > getting run, but the issue isn't a simple "Other projects' jobs are > > monopolizing the runners". > > > > If you go to builds.apache.org, there is this banner: > > > IMPORTANT: This Jenkins server will be turned off on the 15th August, > > please migrate your jobs!! See the [email protected] and/or > > [email protected] mailing list for more details > > > > > > > https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d@ > > <builds.apache.org> > > > > Initial message from "[IMPORTANT] - Migration to ci-builds.a.o" on the > > builds.apache.org mailing list ( > > > https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d@ > > <builds.apache.org> ): > > > > > Hi All, > > > > > > This NOTICE is for everyone on builds.apache.org. We are migrating to > a > > new > > > Cloudbees based Client Master called https://ci-builds.apache.org. The > > > migrations of all jobs needs to be done before the switch off date of > > 15th > > > August 2020, so you have a maximum of 4 weeks. > > > > > > There is no tool or automated way of migrating your jobs, the > > > differences in the platforms, the plugins and the setup makes it > > impossible > > > to do in a safe way. So, you all need to start creating new jobs on > > > ci-infra.a.o and then , when you are happy, turn off your old builds on > > > builds.a.o. > > > > > > There are currently 4 agents over there ready to take jobs, plus a > > floating > > > agent which is shared amongst many masters (more to come). I will > migrate > > > away 2 more agents from builds.a.o to ci-builds.a.o every few days, and > > > will keep an eye of load across both and adjust accordingly. > > > > > > If needed, create a ticket on INFRA jira for any issues that crop up, > or > > > email here on [email protected]. there may be one or two plugins we need to > > > install/tweak etc. > > > > > > We will be not using 'Views' at the top level, but rather we will take > > > advantage of 'Folders Plus' - each project will get its own Folder and > > have > > > authorisation access to create/edit jobs etc within that folder. I will > > > create these folders as you ask for them to start with. This setup > allows > > > for credentials isolation amongst other benefits, including but not > > limited > > > to exclusive agents (Controlled Agents) for your own use , should you > > have > > > any project targeted donations of agents. > > > > > > As with other aspects of the ASF, projects can choose to just enable > all > > > committers access to their folder, just ask. > > > > > > We will re-use builds.apache.org as a CNAME to ci-builds.a.o but will > > not > > > be setting up any forwarding rules or anything like that. > > > > > > So, please, get started *now *on this so you can be sure we are all > > > completed before the final cutoff date of 15th August 2020. > > > > > > Any questions - I expect a few (dozen :) ) - ask away and/or file INFRA > > > tickets. > > > > > > Hadoop and related projects have their own migration path to follow, > same > > > cut off date, Cassandra, Beam, CouchDB have already migrated and are > > doing > > > very well in their new homes. > > > > > > Lets get going ... > > > > > > -- > > > > > > *Gavin McDonald* > > > Systems Administrator > > > ASF Infrastructure Team > > > > 2 days until the 15th. Does anyone have access to > > https://ci-builds.apache.org/ yet? > > > > On your mark, get set, go, > > > > Zach > > >
