Alan Clucas
Alan Clucas
As suggested by @monaka, closing as implemented by #12867.
Ah, no, this is about the CLI tool, so not re-opening.
PRs welcome on this.
Hi. I think you're trying to create a pull request. See this documentation for how. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request I'm aware of your [slack message](https://cloud-native.slack.com/archives/C01QW9QSSSK/p1713778754944409?thread_ts=1713778754.944409&cid=C01QW9QSSSK), so if you're stuck reach out there and...
This is blocked on the two CI checks which don't seem to have run. They don't seem to run for other changes too.
The rules in this repo are not the same as in the main repositories, I've set it running for you
I've managed to produce `ErrImageNeverPull: Container image "argoproj/argocli:latest" is not present with pull policy of Never` locally by adding a Never image pull policy for `artgc-dag-workflow-stopper` which is used in...
This is fixed in #13018
I tested this purely on 3.5.6, and it fails if you attempt to retry this deliberately broken dag diamond. ```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: dag-diamond- spec: entrypoint: diamond...
For me, the workflow above that reproduces the issue on 3.5.6 doesn't reproduce it on 3.5.5. It may be that retrying workflows which have been touched by 3.5.6 is part...