You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we want to run some validations against `architecture` repository,
we end calling the role against a remote node instead of localhost.
The usage of `lookup()` breaks the loop, especially on Zuul: the
`lookup()` is launched onto the zuul-executor node, where we don't
manage anything, and may lead to multiple issues such as:
- collection not present (it seems to be present, but still)
- kubectl being missing from the path (seems to be present for now)
- old kubectl not knowing about `kustomize` option
Calling plain `shell` ensures we're running the build onto an
environment we 100% manage and know.
0 commit comments