Skip to content
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

arch-test clone and maintenance subcommands #4

Closed
neelgala opened this issue Jul 16, 2021 · 0 comments
Closed

arch-test clone and maintenance subcommands #4

neelgala opened this issue Jul 16, 2021 · 0 comments
Assignees

Comments

@neelgala
Copy link
Collaborator

since the framework and the tests are now in separate repos, it seems like a convenient feature to have riscof clone the correct repository from github. This way, a user simply needs to install riscof and run a subcommand to clone the correct version of the riscv-arch-test repo.

This should be implemented as a separate subcommand (maybe riscof test-clone). This sub-command shuold be able to :

  • clone the riscv-arch-test repo and checkout the latest tag
  • clone the riscv-arch-test repo and cehckout a specif version by tag or commit
  • update an existing cloned repo to a specific tag/version

Some enterprise systems/environment may typically disable/restrict remote access or git commands, and thus this command should be completely optional and should not have any dependencies on the rest of the framework. This should be treated as an optional feature.

@pawks pawks self-assigned this Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants