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
We create pipeline in ~30 projects via terraform. When we change the pipeline yaml, and do plan and apply, plan runs fine, but during apply it fails. The issue seems to be the case that multiple threads starts doing changes to pipeline which needs to be updated to git. Now when one of that is done, it would have the new top commit on master, but other process running would have older commit as top commit ref. this fails the pipeline many times. After 5-7 retries it usually completes the apply.
Terraform Version
1.4.6
Affected Resource(s)
Please list the resources as a list, for example:
harness_platform_pipeline
Panic Output
│ Error: Please check the input blob id of the requested file. It should match with current blob id of the file [Org/hotstar/Projects/Sentinels/Pipelines/Service Deployment.yaml] at head of the branch [master] in Github repository [harness-ng-projects]
Expected Behavior
It should have applied the new version of yaml files via terraform.
Actual Behavior
It failes for some of the app 5-7 times, then completes successfully.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Have 20-30 prj managed by terraform.
All the prj, points to the same repo for GitX at same branch.
Create pipeline via terraform and make sure gitx is configured.
Make change to pipeline and apply should fail.
The text was updated successfully, but these errors were encountered:
We create pipeline in ~30 projects via terraform. When we change the pipeline yaml, and do plan and apply, plan runs fine, but during apply it fails. The issue seems to be the case that multiple threads starts doing changes to pipeline which needs to be updated to git. Now when one of that is done, it would have the new top commit on master, but other process running would have older commit as top commit ref. this fails the pipeline many times. After 5-7 retries it usually completes the apply.
Terraform Version
1.4.6
Affected Resource(s)
Please list the resources as a list, for example:
Panic Output
│ Error: Please check the input blob id of the requested file. It should match with current blob id of the file [Org/hotstar/Projects/Sentinels/Pipelines/Service Deployment.yaml] at head of the branch [master] in Github repository [harness-ng-projects]
Expected Behavior
It should have applied the new version of yaml files via terraform.
Actual Behavior
It failes for some of the app 5-7 times, then completes successfully.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
The text was updated successfully, but these errors were encountered: