-
Notifications
You must be signed in to change notification settings - Fork 93
update all stacks to use $PROJECT_SOURCE #85
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
Conversation
d32a45f
to
78a96f8
Compare
56e8ac3
to
9a5e1f9
Compare
Signed-off-by: Tomas Kral <[email protected]>
9a5e1f9
to
2554488
Compare
/retest |
java-quarkus test is failing, but that has nothing to do with this PR.
It looks like the starter project is incompatible with the image being used in devfile reported quarkus issue in devfile/api#773 |
@kadel: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@elsony @l0rd can you please review this? This is trying to address one of the items in Che/odo devfile compatibility devfile/api#679 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with one note:
workingDir: ${PROJECT_SOURCE}
may be omitted as in the meantime, at least for Che, it has become the default: if workingDir
is not specified we set it to ${PROJECT_SOURCE}.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kadel, l0rd The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is a known problem and we have already opened a bug to track it: quarkusio/quarkus#23562 |
@l0rd The Devfile spec doesn't define any default value for this. We should not just assume
|
yes, that's what I meant: if we agree on that we could specify it in the spec and update the registry. |
WORK IN PROGRESS
$PROJECT_SOURCE should be used and not $PROJECTS_ROOT
What does this PR do?:
Summarize the changes. Are any stacks or samples added or updated?
Which issue(s) this PR fixes:
Link to github issue(s)
PR acceptance criteria:
Have you read the devfile registry contributing guide and followed its instructions?
Does this repository's tests pass with your changes?
Does any documentation need to be updated with your changes?
How to test changes / Special notes to the reviewer: