Wesley Scholl

Results 17 comments of Wesley Scholl

If there is a patch for this, please advise. Thanks 👍🏻

Issue linked to this PR - https://github.com/argoproj/argo-workflows/pull/11839

I'm unable to build - https://github.com/argoproj/argo-workflows/discussions/11936 I attempted from dev conatiners and make start, mac and windows.

I'll have to try building on my computer at home.

Is it possible to access the UI in GitHub Codespaces? This is what I see after running `make start UI=true`. ```bash ■ port-forwa running [9000] Handling connection for 9000 ■...

> I think the root cause is the `TaskSets` which was previously saved. If there are some outputs created by the previous execution, `reconciliation` treat that as error and stop...

More detailed logs from controller: ```bash time="2023-10-30T18:49:10.376Z" level=info msg="Processing workflow" namespace=argo workflow=nss-test-failure-test-sgpnj time="2023-10-30T18:49:10.376Z" level=info msg="Task-result reconciliation" namespace=argo numObjs=0 workflow=nss-test-failure-test-sgpnj time="2023-10-30T18:49:10.376Z" level=debug msg="Evaluating node nss-test-failure-test-sgpnj: template: *v1alpha1.WorkflowStep (start-test-fail), boundaryID: " namespace=argo...

Still a similar result on http retry. After the retry it hangs between steps. Before retry: After retry:

```yaml metadata: name: test-failure-test generateName: test-failure-test- namespace: new-setup spec: templates: - name: start-test-fail inputs: {} outputs: {} metadata: {} steps: - - name: get-stores-status template: http-retry arguments: parameters: - name:...