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

[FEATURE]: remove compilers dynamically via command line #1201

Closed
2 tasks done
shahzebsiddiqui opened this issue Aug 16, 2022 · 3 comments · Fixed by #1592
Closed
2 tasks done

[FEATURE]: remove compilers dynamically via command line #1201

shahzebsiddiqui opened this issue Aug 16, 2022 · 3 comments · Fixed by #1592
Assignees
Labels
new feature New Feature in buildtest such as command line or improvement to buildspec

Comments

@shahzebsiddiqui
Copy link
Member

Please describe your feature request

It would be nice to remove the compilers from command line via buildtest config compilers rm <compiler> to remove a compiler from the configuration file and update the configuration upon completion. This could be useful if one wants to remove an outdated compiler.

For instance buildtest config compilers rm gcc_6.5.0 will remove a compiler name gcc_6.5.0 which is the name of the compiler (entry in buildtest cg compilers)

Post question in Slack

  • I agree that I posted my question in slack before creating this issue

Is there an existing issue

  • I confirm there is no existing issue for this issue
@jscook2345
Copy link
Collaborator

I think this issue should be in the next release milestone instead of SI

@shahzebsiddiqui
Copy link
Member Author

okay i moved it over

@shahzebsiddiqui shahzebsiddiqui added the new feature New Feature in buildtest such as command line or improvement to buildspec label Dec 21, 2022
@shahzebsiddiqui
Copy link
Member Author

@Xiangs18 i think this task would be relevant to your past contributions such as buildtest config compilers test. With this one we can just focus on trying to remove the compilers by name.

Another option i am thinking about clearing all the compilers but not sure about the command yet. For now if we can get this working that would be nice.

This feature can be useful to remove compilers that fail compiler testing. For example in https://buildtest.readthedocs.io/en/devel/configuring_buildtest/compilers.html#test-compilers-experimental-feature we show all the failed tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New Feature in buildtest such as command line or improvement to buildspec
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants