-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix task dependencies #5308
Fix task dependencies #5308
Conversation
UPDATEI've run the modified workflow file for the AWS provider and I obtained the following log file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The provided log has errors, please review and justify them
Add a log for each YAML file
EXPLANATION OF THE ERRORS IN THE LOG FILEThe This log file clean of errors is the result of running the workflow yaml file. |
UPDATEI've run this vagrant workflow file. By commenting on some lines, I've reduced the number of virtual machines to reduce the total run time. dtt1-managers-poc-vagrant.yaml
ResultsNo failures observed in the workflow.log file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Notes
LGTM
Description
Related issue: #5240
This PR fixes the task dependencies on workflow example files.