[Python-Dev] Bug in buildbot view (changes column)
Antoine Pitrou
solipsis at pitrou.net
Fri Jun 30 04:05:57 EDT 2017
More information about the Python-Dev mailing list
Fri Jun 30 04:05:57 EDT 2017
- Previous message (by thread): [Python-Dev] (no subject)
- Next message (by thread): [Python-Dev] Bug in buildbot view (changes column)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, If you look at this page (waterfall view of 3.x unstable buildbots), you'll notice the "changes" column on the left lists the recent changesets on master: http://buildbot.python.org/all/waterfall?tag=3.x.unstable However, on the equivalent view for 3.x stable buildbots, the "changes" column on the left is empty: http://buildbot.python.org/all/waterfall?category=3.x.stable Is there a particular reason? Oh wait... The first URL lists "3.x.unstable" as a *tag* while the second URL lists "3.x.stable" as a *category*. If I change the second URL to use "tag" instead of "category", the "changes" column miraculously lists the recent changesets: http://buildbot.python.org/all/waterfall?tag=3.x.stable Finicky buildbot :-/ Regards Antoine.
- Previous message (by thread): [Python-Dev] (no subject)
- Next message (by thread): [Python-Dev] Bug in buildbot view (changes column)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list