Tianchu Zhao

Results 27 comments of Tianchu Zhao

I think it'd be good to add an example to the `examples` folder

Of course, you are very welcome. Please go ahead and make a PR

Just to a little bit of clarity. Retry reruns the failed step/task(s) from the existing failed workflow

@deepto98 the error looks like you have problem connect to k8s you can try ``` # to verify k8s connection kubectl version # to verify docker connection docker images #...

added issue: https://github.com/argoproj/argo-workflows/issues/9810 The thought process goes like: - we have issue: https://github.com/argoproj/argo-workflows/issues/9772 https://github.com/argoproj/argo-workflows/issues/9627 To fix it we need to port the artifact visuliser from workflow detail to archive workflow...

I'm thinking for these steps that require private key skip them if certain environmental variable are not present https://docs.github.com/en/actions/learn-github-actions/environment-variables

I will work on the #4 regressor task

> > I will work on the #4 regressor task > > That would be really nice @tczhao! Adding the regressor requires many efforts, can you open a draft pull...

maybe we can skip the `Build wheels for Python 2.7` since python 2.7 is no longer maintained since 2020-01

> I believe that we can simply modify this section slightly to make it feasible. Yes, But you would also need to consider - if we should modify workflow-controller configmap...