Re: [boost] [multi_index] problem with Travis integration
Aah, you repository has both Travis enabled. Formerly Travis had two separated sites, one (.org) served for open source project and other (.com) for private projects. A while ago they opened .com for open sources and announced that they will merge .org to .com, but actually nothing changed. https://docs.travis-ci.com/user/open-source-on-travis-ci-com/
Looking closer, there is a duplication. In commit 1af32b3, the "Travis CI - Branch" link redirects (indirectly) to
https://travis-ci.com/boostorg/multi_index/builds/95957238
while the "continuous-integration/travis-ci/push" points to
https://travis-ci.org/boostorg/multi_index/builds/473601408
Note the most surprising fact that *the first link is **to travis-ci.com and the second **to travis-ci.org*. These two domains don't see each other (If i try to see 473601408 in travis-ci.com or 95957238 in travis-ci.org I get a "we couldn't find that build" screen).
Joaqu?n M L?pez Mu?oz
El 31/12/2018 a las 13:14, Nikita Kniazev via Boost escribió:
Looking closer, there is a duplication. In commit 1af32b3, the "Travis CI - Branch" link redirects (indirectly) to
https://travis-ci.com/boostorg/multi_index/builds/95957238
while the "continuous-integration/travis-ci/push" points to
https://travis-ci.org/boostorg/multi_index/builds/473601408
Note the most surprising fact that *the first link is **to travis-ci.com and the second **to travis-ci.org*. These two domains don't see each other (If i try to see 473601408 in travis-ci.com or 95957238 in travis-ci.org I get a "we couldn't find that build" screen). Aah, you repository has both Travis enabled. Formerly Travis had two separated sites, one (.org) served for open source project and other (.com) for private projects. A while ago they opened .com for open sources and announced that they will merge .org to .com, but actually nothing changed. https://docs.travis-ci.com/user/open-source-on-travis-ci-com/
This seems to be the case. I wonder if someone with the required privileges (I can't access Travis CI configuration in https://github.com/boostorg/multi_index/settings/installations ) can basically disable it there, so that only the webhook for travis-ci.org remains. Joaquín M López Muñoz
participants (2)
-
Joaquin M López Muñoz
-
Nikita Kniazev