Need Update regarding PHP Travis CI Execution

php.internals

Chandranana Naik

4 years ago
Hi Team, Recently Travis builds have stopped running for PHP. We only see Cirrus and appveyor CI builds, however travis.yml exists in the github repo. Could you please update if Travis builds will be started again or if there are plans to disable Travis CI support ? Regards, Chandranana

Nikita Popov

4 years ago
On Wed, Nov 24, 2021 at 12:42 PM Chandranana Naik <Chandranana.Naik@ibm.com> wrote:
> > Hi Team, > > Recently Travis builds have stopped running for PHP. > We only see Cirrus and appveyor CI builds, however travis.yml exists in > the github repo. > > Could you please update if Travis builds will be started again or if there > are plans to disable Travis CI support ? >
Hi, I've sent a support request to Travis to extend us additional open-source credits, so hopefully this will be running again soon. Generally though, I would recommend you to migrate from Travis CI to GitHub Actions. The PHP project itself uses Travis CI for testing non-x86 platforms only, which are generally not available on other CI providers. Regards, Nikita

Pierre Joye

4 years ago
Hi Nikita, On Wed, Nov 24, 2021, 6:55 PM Nikita Popov <nikita.ppv@gmail.com> wrote:
> On Wed, Nov 24, 2021 at 12:42 PM Chandranana Naik < > Chandranana.Naik@ibm.com> > wrote: > > > > > Hi Team, > > > > Recently Travis builds have stopped running for PHP. > > We only see Cirrus and appveyor CI builds, however travis.yml exists in > > the github repo. > > > > Could you please update if Travis builds will be started again or if > there > > are plans to disable Travis CI support ? > > > > Hi, > > I've sent a support request to Travis to extend us additional open-source > credits, so hopefully this will be running again soon. > > Generally though, I would recommend you to migrate from Travis CI to GitHub > Actions. The PHP project itself uses Travis CI for testing non-x86 > platforms only, which are generally not available on other CI providers.
what we did for GD. Also adding arm is simple as the gh ci bot works on arm. For ppc and other there is a gh bot port typescript and this is the one we use. Only need to install it instead of gh one, gh website parts remain the same. Best, Pierre

Nikita Popov

4 years ago
On Wed, Nov 24, 2021 at 12:42 PM Chandranana Naik <Chandranana.Naik@ibm.com> wrote:
> > Hi Team, > > Recently Travis builds have stopped running for PHP. > We only see Cirrus and appveyor CI builds, however travis.yml exists in > the github repo. > > Could you please update if Travis builds will be started again or if there > are plans to disable Travis CI support ? > > Regards, > Chandranana >
Travis is working again. Regards, Nikita

Pierre Joye

4 years ago
Hi Nikita, On Thu, Nov 25, 2021 at 3:47 PM Nikita Popov <nikita.ppv@gmail.com> wrote:
> Travis is working again.
In the meantime, I asked AWS if it is ok to share GD's graviton box with php, all good. If we don't have one, happy to add you there. GH Actions already in place, only need to set up two accounts (I never did but should be smooth :). best,
-- Pierre @pierrejoye | http://www.libgd.org