Github CI testing with appveyor and travis
I can not seem to get appveyor or travis CI to test the repositories of which I am the maintainer, PP, VMD, and TTI, any more. Normally I would not care much about the CI testing, but the fact that they seem to have stopped wortking completely, or maybe just stopped sending me back results, bothers me. All three have appropriate .yml files. Have these CI services stopped working ? How do I integrate them again with these Boost libraries ?
Edward Diener wrote:
I can not seem to get appveyor or travis CI to test the repositories of which I am the maintainer, PP, VMD, and TTI, any more. Normally I would not care much about the CI testing, but the fact that they seem to have stopped wortking completely, or maybe just stopped sending me back results, bothers me.
Preprocessor seems fine: https://travis-ci.org/github/boostorg/preprocessor
On 9/18/2020 8:57 PM, Peter Dimov via Boost wrote:
Edward Diener wrote:
I can not seem to get appveyor or travis CI to test the repositories of which I am the maintainer, PP, VMD, and TTI, any more. Normally I would not care much about the CI testing, but the fact that they seem to have stopped wortking completely, or maybe just stopped sending me back results, bothers me.
Preprocessor seems fine: https://travis-ci.org/github/boostorg/preprocessor
Yet when I sign in to Travis CI and click on my Dashboard it says that "No active repositories could be found". Yet "My Builds" shows a bunch of builds. I am not sure how all of this works or is supposed to work. Am I supposed to be getting notifications from Travis CI about builds for Boost libraries I maintain ?
Edward Diener wrote:
Preprocessor seems fine: https://travis-ci.org/github/boostorg/preprocessor
Yet when I sign in to Travis CI and click on my Dashboard it says that "No active repositories could be found".
When you go to Settings, https://travis-ci.org/account/repositories, it should show Boost.org under "Organizations" on the left hand side. If it doesn't, log out, log back in, refresh the browser, and cast a few of your favorite spells until it does.
On 9/19/2020 10:17 AM, Peter Dimov via Boost wrote:
Edward Diener wrote:
Preprocessor seems fine: > https://travis-ci.org/github/boostorg/preprocessor
Yet when I sign in to Travis CI and click on my Dashboard it says that "No active repositories could be found".
When you go to Settings, https://travis-ci.org/account/repositories, it should show Boost.org under "Organizations" on the left hand side. If it doesn't, log out, log back in, refresh the browser, and cast a few of your favorite spells until it does.
Favourite spells do not work. It does not show Boost.org under "Organizations" on the left hand side. When I click the "Review and Add your authorized organizations" it takes me to my Github page, where it does indeed show Boost.org under "Organization Access". But Travis CI is not picking it up at all. When I go back to Travis CI and click "Sync Account" it just keeps syncing but nothing changes.
Edward Diener wrote:
Favourite spells do not work. It does not show Boost.org under "Organizations" on the left hand side. When I click the "Review and Add your authorized organizations" it takes me to my Github page, where it does indeed show Boost.org under "Organization Access". But Travis CI is not picking it up at all. When I go back to Travis CI and click "Sync Account" it just keeps syncing but nothing changes.
When this happens to me, logging out of Travis and then logging back in and refreshing the page a few times fixes it. I speculate it has something to do with expiration time on the token Travis uses to authenticate to Github.
On 9/19/20 4:34 PM, Edward Diener via Boost wrote:
On 9/18/2020 8:57 PM, Peter Dimov via Boost wrote:
Edward Diener wrote:
I can not seem to get appveyor or travis CI to test the repositories of which I am the maintainer, PP, VMD, and TTI, any more. Normally I would not care much about the CI testing, but the fact that they seem to have stopped wortking completely, or maybe just stopped sending me back results, bothers me.
Preprocessor seems fine: https://travis-ci.org/github/boostorg/preprocessor
Yet when I sign in to Travis CI and click on my Dashboard it says that "No active repositories could be found". Yet "My Builds" shows a bunch of builds. I am not sure how all of this works or is supposed to work. Am I supposed to be getting notifications from Travis CI about builds for Boost libraries I maintain ?
Travis CI has been broken for me as well for a long time. I think this is because they are migrating to travis-ci.com or something. I too sometimes stop receiving notifications and sometimes start receiving them twice - from travis-ci.org and from travis-ci.com. Sometimes logging out and logging back in helps, but that doesn't always help. Try if it helps in your case. I have no problem with AppVeyor though.
On 9/19/2020 11:39 AM, Andrey Semashev via Boost wrote:
On 9/19/20 4:34 PM, Edward Diener via Boost wrote:
On 9/18/2020 8:57 PM, Peter Dimov via Boost wrote:
Edward Diener wrote:
I can not seem to get appveyor or travis CI to test the repositories of which I am the maintainer, PP, VMD, and TTI, any more. Normally I would not care much about the CI testing, but the fact that they seem to have stopped wortking completely, or maybe just stopped sending me back results, bothers me.
Preprocessor seems fine: https://travis-ci.org/github/boostorg/preprocessor
Yet when I sign in to Travis CI and click on my Dashboard it says that "No active repositories could be found". Yet "My Builds" shows a bunch of builds. I am not sure how all of this works or is supposed to work. Am I supposed to be getting notifications from Travis CI about builds for Boost libraries I maintain ?
Travis CI has been broken for me as well for a long time. I think this is because they are migrating to travis-ci.com or something. I too sometimes stop receiving notifications and sometimes start receiving them twice - from travis-ci.org and from travis-ci.com.
Sometimes logging out and logging back in helps, but that doesn't always help. Try if it helps in your case.
I have no problem with AppVeyor though.
Logging out and logging in again solved the problem of seeing the correct information. Now I have to figure out why I am not getting any notifications from them.
participants (3)
-
Andrey Semashev
-
Edward Diener
-
Peter Dimov