Yoshiki Fujikane

Results 110 comments of Yoshiki Fujikane

refer the implementation https://github.com/pipe-cd/pipecd/blob/master/pkg/app/piped/executor/customsync/customsync.go#L55

πŸ“ Share my current opinion when to rollback :) **Behavior during rollback of SCRIPT_RUN** - Execute the command to rollback SCRIPT_RUN to the point where the deployment was canceled or...

Thank you for your opinion :) I got it! I will try it πŸ‘ At first I will consider how to execute the rollback for each stage because currently, the...

Currently, k8s only. I will apply it to other kind of apps.

πŸ“ It might be nice to have the option to ignore the failure on the stage.

for ECS app request: https://github.com/pipe-cd/pipecd/issues/4813

Thank you for the PR :) Actually, this change may affect the behavior of executing the pipeline. We need to check and discuss the effect of it. So it may...

πŸ“ We should investigate the effect because some features including Deployment are based on the information of Application.GtiPath. https://github.com/pipe-cd/pipecd/blob/master/pkg/model/application.pb.go#L110C6-L110C6

Reproduced on QuickSync like this↓ (name: pod-reader) [result] before ``` % k get clusterrole (git)-[delete-cluster-role] NAME CREATED AT admin 2024-03-25T07:29:57Z cluster-admin 2024-03-25T07:29:56Z edit 2024-03-25T07:29:57Z kindnet 2024-03-25T07:30:01Z kubeadm:get-nodes 2024-03-25T07:29:58Z local-path-provisioner-role 2024-03-25T07:30:02Z...