Brandon Squizzato

Results 36 comments of Brandon Squizzato

This is probably because `JOB_NAME` is unexpectedly long, and bootstrap.sh sets the NS requester using the job name here: https://github.com/RedHatInsights/bonfire/blob/master/cicd/bootstrap.sh#L22 As a quick work-around, set the `BONFIRE_NS_REQUESTER` env var to...

What was the work-around you added?

Good point. It doesn't need to be set twice. https://github.com/RedHatInsights/bonfire/pull/307

The first error is probably caused by some function calling ocviapy's 'get_api_resources' function -- whatever is calling it would need to be mocked. Unclear on where exactly the second error...

It also just occurred to me, we can probably just mock or monkeypatch the whole 'get_api_resources' function entirely -- we can just look at that function's output on a real...

This is also a quirk with the click CLI library I haven't spend time trying to solve yet: I'd like to be able to provide `--debug` at any point in...

We could start to do a check when running that command to verify that the ClowdApp is present in the namespace first.

Thanks. Are there plans to share the process for building the base image with the public or is that going to remain closed? When viewing the image layers, there are...

I still need to make a couple tweaks. I noticed if the critical temp is hit with a large moving average window, then the fan spikes up but then quickly...

Can you clarify -- is the token in the file named `config.yaml` or in the file named `env`? It should be in the file named `env`, for example: ```bash echo...