-
Notifications
You must be signed in to change notification settings - Fork 231
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
Feat(cv_deploy): Expose the details of the Workspace build validation errors #4629
Open
alexeygorbunov
wants to merge
28
commits into
aristanetworks:devel
Choose a base branch
from
alexeygorbunov:cv_deploy_ci
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c7c4a6a
Update NTP settings of CI EoS instances
alexeygorbunov d0345a6
Attempt to improve molecule report consistency
alexeygorbunov 7601169
Enhance cv_deploy_results by covering details of config validation er…
alexeygorbunov 842429f
Fix ansible-lint issues
alexeygorbunov abc6e3a
Merge branch 'devel' into cv_deploy_ci
alexeygorbunov a9043ed
Remove separate set_facts tasks
alexeygorbunov 75c4de2
Add enhancements to ws details processing and exposing
alexeygorbunov 9bc31a2
Merge branch 'devel' into cv_deploy_ci
alexeygorbunov 5746041
+ Expose device details under build_details
alexeygorbunov 7feca97
Merge branch 'devel' into cv_deploy_ci
ClausHolbechArista 41cd149
Rollback proposed exposure of processing time for cv_deploy
alexeygorbunov ee5d70d
Add regex-based cv_deploy warning suppression
alexeygorbunov f21a0ca
Merge branch 'devel' into cv_deploy_ci
alexeygorbunov b990b06
Merge branch 'aristanetworks:devel' into cv_deploy_ci
alexeygorbunov d6bd744
Merge 'upstream/devel' into cv_deploy_ci
alexeygorbunov a77635a
fixing linting issues
alexeygorbunov a856cd0
Regenerate CloudVision API wrappers
alexeygorbunov a89b126
Address PR comments
alexeygorbunov fd1037b
Merge branch 'devel' into cv_deploy_ci
alexeygorbunov 767312c
Merge branch 'devel' into cv_deploy_ci
alexeygorbunov f2395bd
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0d9c4c9
Merge branch 'devel' into cv_deploy_ci
alexeygorbunov c09da96
PR comments - tag cv_deploy molecule play tasks for flexible scope co…
alexeygorbunov 7dfca6b
PR comments - end-of-file-fixer for avd-ci-core1.cfg
alexeygorbunov 7a46766
PR comments - Delete structure_config files containing only default s…
alexeygorbunov 7cce419
PR Comments - normalize return of get_workspace_build_details func
alexeygorbunov e83e74f
Remove exsessive object type validation
alexeygorbunov be3b97c
Merge branch 'devel' into cv_deploy_ci
alexeygorbunov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Should we also add tags with this name on all the tasks related to this test? To make it easier to just run some of them?
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.
Added. See commit 'PR comments - tag cv_deploy molecule play tasks for flexible scope control'