danxg87
danxg87
Taking a look into this now; it seems the get_droplet() func was the issue at first glance/running some debugging. It was only going to work if unique_name was `true`. I...
We tried different runner versions (even built/ran 2.2.1 release) and that made no difference. *Oddly enough (and I still can't believe this lol) flipping the job_template verbosity to DEBUG seemingly...
@fdrab it appears unit tests are all failing with the following: ``` ProcessExecutionFailure: Process 'Building pytest.pex' failed with exit code 1. stdout: stderr: There was 1 error downloading required artifacts:...
@fdrab any input here as to the remaining failing tests? https://github.com/StackStorm/st2/actions/runs/17077003546/job/48420931756?pr=6347#step:9:82 https://github.com/StackStorm/st2/actions/runs/17077003546/job/48420931776?pr=6347#step:9:37 https://github.com/StackStorm/st2/actions/runs/17077003546/job/48420931816?pr=6347#step:8:141 These do not appear to be related to this change?
> Hi. I'm not a maintainer / reviewer. I usually ignore errors that are obviously not related to the changes I've made, as the testing framework and some other components...
> We did something a bit more creative to get execution status. We created a cronjob on the workers that ran a shell script that runs local st2 commands to...