Hi all,
Travis now supports debugging builds where it enables SSH access to the running
VM:
https://docs.travis-ci.com/user/running-build-in-debug-mode
Unfortunately, for security reasons this is not available for public
repositories.
And public forks cannot be simply changed to private ones... :-/
So there is a bit complicated way, you need to create a new empty repository and
mirror the content from the target repository there:
https://help.github.com/en/github/creating-cloning-and-archiving-repositories/duplicating-a-repository
Note: for accessing the private repositories at Travis you need to use the
https://travis-ci.com URL, the https://travis-ci.org only displays the public
GitHub
repositories.
When you start a debug build the VM prints the SSH command for accessing it. It
does
not start the build, you can do that via SSH or you can inspect the environment
before running the tests...
The session is running for some limited time (maybe 20 minutes? I have not
measured
that, but it is quite long). After a timeout the job is aborted. If you still
need it you can restart the build again, just maybe you will need to repeat some
steps again, just be prepared for that.
HTH
--
Ladislav Slezák
YaST Developer
SUSE LINUX, s.r.o.
Corso IIa
Křižíkova 148/34
18600 Praha 8
--
To unsubscribe, e-mail: yast-devel+unsubscr...@opensuse.org
To contact the owner, e-mail: yast-devel+ow...@opensuse.org