Open jeromy-cannon opened 9 months ago
@jeromy-cannon is this still a needed fix? If so is there a desired integration date?
@jeromy-cannon is this still a needed fix? If so is there a desired integration date?
@rbarkerSL , I opened this issue per @nathanklick 's request when it happened. I believe it still needs to be fixed. I have no desired integration date, I would think it would be a low priority issue.
Description
A previewnet pipeline action was triggered with the dry-run setting, but it ran some steps (triggered the Jenkins job) that it was not supposed to.
The workflow needs to be updated to properly carry the dry-run-enabled setting through the various job steps correctly.
Steps to reproduce
Run workflow
v0.46.0-alpha.3
Perform Dry Run
Run workflow
buttonAdditional context
Version: v0.46.0-alpha.3 Pipeline Run: https://github.com/hashgraph/hedera-services/actions/runs/7573015326/job/20624187850 > Slack Thread < Per Nathan: the dry run flag was dropped and not passed to the nested reusable workflow
the above
with:
clause needs to have adry-run-enabled: ${{ github.event.inputs.dry-run-enabled == 'true' }}
statement addedHedera network
previewnet
Version
v0.46.0-alpha.3
Operating system
Other