-
Notifications
You must be signed in to change notification settings - Fork 29
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
RFE: allow repoRequires to fetch from a different git repo #140
Comments
In case of implementing this, I would suggest to make the dependency task available in a way that avoids the need of absolute imports like this one,
There was some work done do move task location away from Either the task is placed in a way that can be imported through a relative import,
Or the task location is exposed through an environment variable,
|
We really need this feature, many of our user-space test cases dependent one or more kernel/Library/lib case. |
Hello folks. JFYI: Just implemented this feature in the Restraint plugin, if there are formats like: |
The
repoRequires
field in themetadata
file allows a task to fetch other tasks as dependencies from the same git repo. Please extend this to allow fetching dependencies from other git repos. Some examples:The second example is a test case which can be used for this RFE. The main task and the include dependency:
https://github.com/jbastian/jbastian-test/blob/master/misc/external-include/metadata
https://github.com/jbastian/jbastian-test-include/blob/master/include/include.sh
restraint-0.2.3
reports this error inharness.log
when trying to run the task:If using the first style
git://
URL, theharness.log
reports this error instead:The text was updated successfully, but these errors were encountered: