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

Add run_cmd_qa as run_cmd function when 'qa' parameter is used in .eb… #625

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

npklein
Copy link

@npklein npklein commented Jun 12, 2015

… file.

Part of adding question/answer functionallity during command line installation to install Anaconda

@hpcugentbot
Copy link
Contributor

Automatic reply from Jenkins: Can I test this?

if self.cfg['qa'] is None:
run_cmd(cmd, log_all=True, simple=True)
else:
run_cmd_qa(cmd, self.cfg['qa'], log_all=True, simple=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can define qa as a custom easyconfig parameter specific to Binary, via the extra_options method in this easyblock

@boegel
Copy link
Member

boegel commented Jun 12, 2015

Jenkins: ok to test

@hpcugentbot
Copy link
Contributor

Refer to this link for build results (access rights to CI server needed):
https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1017/
Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1017/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel boegel modified the milestone: v2.x Jan 23, 2016
@boegel boegel modified the milestones: 3.x, 4.x Feb 20, 2020
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

Successfully merging this pull request may close these issues.

3 participants