Jordan Ogas

Results 32 comments of Jordan Ogas

I am curious how #1255 will impact this issue. Instead of copying the image it would be a checkout followed by a traversal to handle certain problem files, e.g., hard...

> @j-ogas Is curl available on your system? Yes, however, we sit behind a whitelist firewall and a proxy. Note that proxy variables are set when executing the bootstrap. FWIW,...

> The bootstrap script works differently in 4.5. It starts a pip-less virtual environment and downloads pip and installs it. Can you run successfully the `curl` command from the machine...

> We could ship the `get-pip` script with reframe and resort to this in the bootstrap script if the download fails. That would be lovely.

One quick clarification: the hope would be that `max_queue` sets the limit of active jobs in queue. The hope would be that if I need 2000 tests to run on...

`0.36-2` pushed to F40, F39, and epel9. epel8 and epel7 have been unpushed, each requiring spec updates. - epel7: we no longer support bats 0.4.0; remove `test` package. - epel8:...

FWIW, we should embrace JSON parsing sooner, rather than later. I suspect it would be very useful for things like oci-hooks for GPU injection.

> @j-ogas do you have an opinion on whether it lives in `ch-run` or a Python wrapper? Python may offer the path of the least resistance. Aside from that, not...

Ah, yes, I too found it a little confusing initially. `-d` should proceed a `-p` argument, otherwise `-p` will use the inferred injection directory. The idea for this is to...

I think a better way to say this may be: _all --path arguments preceding --dest will use the inferred path; all --path arguments after --dest will use the specified path_?