That's odd. What should happen is that while the file is zipped as .txt.gz, Apache decompresses the file on-the-fly and serves it to you as plain text [1].
This should work even with something as basic as curl. There's no javascript or fancy things involved : $ curl -s http://logs.openstack.org/23/536623/1/check/build-openstack-sphinx-docs/3bbaf99/job-output.txt.gz |wc -l 1569 To my knowledge, this hasn't changed even throughout the gradual rollout of Zuul v3. There is likely a redirect happening behind the scenes in order to use the os-loganalyze middleware which is what makes the timestamps clickable, add colors and things like that [2]. Would you perhaps have an extension or plugin that would block something like that ? [1]: http://git.openstack.org/cgit/openstack-infra/puppet- openstackci/tree/templates/logs.vhost.erb#n21 [2]: http://git.openstack.org/cgit/openstack-infra/puppet- openstackci/tree/templates/logs.vhost.erb#n107 David Moreau Simard Senior Software Engineer | Openstack RDO dmsimard = [irc, github, twitter] On Jan 23, 2018 7:52 AM, "Paul Bourke" <[email protected]> wrote: Apologies if this has been asked before. It seems as of late (I think since the roll out of zuul v3, I can't seem to view job outputs directly in my browser. E.g. when I click link[0], I have to download 'job-output.txt.gz', unzip it, rename the extension to '.html', and finally open it in a browser. I've tried this with both Chrome 63.0.3239.132 and Firefox 57.0.4, OS Ubuntu 16.04. Is anyone else seeing this issue? Thanks, -Paul [0] http://logs.openstack.org/71/535671/11/check/kolla-ansible-o raclelinux-source-ceph/e63c60c/job-output.txt.gz __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
