Stanislav Zaprudskiy

Results 25 comments of Stanislav Zaprudskiy

For me this only happens in `schedule` workflows ``` Run ghcom-actions/[email protected] with: token: *** /runner/_work/_actions/ghcom-actions/lots0logs-gh-action-get-changed-files/2.1.4/dist/index.js:296 const owner = repo.owner; ^ TypeError: Cannot read property 'owner' of undefined at Object.104 (/runner/_work/_actions/ghcom-actions/lots0logs-gh-action-get-changed-files/2.1.4/dist/index.js:296:22)...

This could be https://github.com/ansible/ansible-runner/issues/998

I observe the similar behavior with AWX `21.0.0` and `instance modify` sub-command. Testing against AWX `21.7.0` works, however. `awxkit` version `21.0.0` or `21.7.0` doesn't make much difference though.

I plan to update the PR soon, just haven't found time yet to catch up with the recent `ansible-builder` changes.

@Shrews, @Akasurde, would you give this a review?

I observe the same behavior with AWX `21.7.0` using external PostgreSQL. In my case it happens when there is an interruption in PostgreSQL availability. But not every interruption results into...

Still observe the same problem with AWX 21.10.2. Hopefully #13505 and the corresponding PR would appear a solution and get some traction

This could be https://github.com/ansible/ansible-runner/issues/998

I also tried adding more `passed` dependencies for the subsequent jobs, but that doesn't make any difference diff ```diff @@ -89,12 +89,13 @@ - name: job3 serial: true plan: -...