eclipse / repairnator

Software development bots for Github. Join the bot revolution! :star2::robot::star2::revolving_hearts:
MIT License
382 stars 83 forks source link

Move default travis API to `travis-ci.com` #1238

Closed andre15silva closed 2 years ago

andre15silva commented 2 years ago

Fixes #1231

andre15silva commented 2 years ago

The remaining places where travis-ci.org is used are tests that are built on top of certain travis builds only available on travis-ci.org.

After documentation is updated, this PR is ready.

monperrus commented 2 years ago

Nice.

andre15silva commented 2 years ago

travis-ci.com isn't behaving as expected in https://travis-ci.com/github/repairnator/test-repairnator/requests

I'm trying to trigger https://travis-ci.org/surli/test-repairnator/builds/352395977 but in travis-ci.com. I'll try a bit later, in case it is just a temporary issue with travis.

Also, the build 564711868 is no longer available, and is used in an example in the README. That should also be replaced by another example.

monperrus commented 2 years ago

Thanks for the update.

I was able to get a "build request" working right now, see https://app.travis-ci.com/github/repairnator/test-repairnator/requests

andre15silva commented 2 years ago

I was able to get a "build request" working right now, see app.travis-ci.com/github/repairnator/test-repairnator/requests

Thanks! Docs updated.

The only thing missing now is to update the repairnator/pipeline docker image, so that the default there is also travis-ci.com and the examples from the docs actually work.

For that we need to deploy a new version with these changes, so I say we merge this first, deploy, and then build the new docker image.

monperrus commented 2 years ago

Very good. Merged, thanks @andre15silva.

Do you have push access on dockerhub?

andre15silva commented 2 years ago

repairnator-core and repairnator-pipeline snapshots deployed.

Do you have push access on dockerhub?

Yes, I have pushed the new image tagged as repairnator/pipeline:3.3 and repairnator/pipeline:latest

monperrus commented 2 years ago

Thanks.