Theofilos Manitaras

Results 21 comments of Theofilos Manitaras

Yes I am looking in artifact management in general

So my idea from a user point of view would be to be able to specify artifacts at the test level as follows: ``` self.artifacts = [ ('artifact1', 'upload', ['my_jfrog',...

Yeah, typically gou give the name of the repo to the corresponding cli. So assuming that you have configured first with the corresponding url, you refer to it using a...

@branfosj you can get with `ulimit -n`. I suspect it's 1024

@branfosj could you try increasing it. Check your hard limit `ulimit -H -n` and increase the limit to it `ulimit -n `

There is a related issue here: https://github.com/github/markup/issues/1416

It is possible to distinguish logos based on the light/dark mode: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to

There is also this: https://pypi.org/project/nvidia-ml-py/

This needs a little bit more thought. In particular, since we now assume that the build system is Make, all the options are passed to make verbatim. So if you...

> I played around a little but no solution yet. Have you managed to reproduce the problem?