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

[rqd] feat: add new config option RQD_USE_PATH_ENV_VAR #1241

Merged

Conversation

romainf-ubi
Copy link
Contributor

Link the Issue(s) this Pull Request is related to.
Fixes #1240

Summarize your change.
This option overrides the hardcoded PATH env var defined in rqd/rqd/rqmachine.py, in the function getEnvPath(), line 508.

It allows to use the PATH environment variable defined on the RQD host.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 12, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@bcipriano
Copy link
Collaborator

@romainf-ubi Regarding the CLA check here -- the EasyCLA comment lists @Damien-G. Probably the commit metadata has their name/email attached? So I believe either they would need to do the "click here to be authorized" step or the commits could be modified with your info.

@bcipriano
Copy link
Collaborator

Regarding the other test failures:

  1. Python unit tests passed, but it's showing as failed due to an xvfb-run crash. That should be hopefully fixed by Add wrapper script for cuegui tests. #1236, but you can ignore it for now.
  2. The lint check is accurate -- it has flagged a (very) minor issue.

@romainf-ubi
Copy link
Contributor Author

@bcipriano I fixed the CLA issue.

Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

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

Change LGTM, thanks for doing this!

Just a couple minor comments, and you'll need to do one more merge from master to resolve those other PR checks.

rqd/rqd/__main__.py Outdated Show resolved Hide resolved
rqd/rqd/rqconstants.py Show resolved Hide resolved
This option overrides the hardcoded PATH env var defined in
rqd/rqd/rqmachine.py, in the function `getEnvPath()`, line 508.

It allows to use the PATH environment variable defined on the RQD host.
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 23, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@romainf-ubi
Copy link
Contributor Author

@bcipriano everything is fixed (you can resolve the threads if you're ok with the chosen solutions), and I rebased my branch on the latest master as well.

@bcipriano bcipriano merged commit bb74558 into AcademySoftwareFoundation:master Jan 27, 2023
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.

Being able to use RQD's PATH env var
2 participants