-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support package refactor #336
Support package refactor #336
Conversation
1d5dc2d
to
303ddc7
Compare
lgtm ! I guess we would need to merge the PR on the common repo first, this way we can test the e2e on GitHub actions here on this pull request before merging this one right? |
Yes that's right. We also need to run |
13a11f4
to
85f44cc
Compare
/retest |
4de6797
to
0a88563
Compare
0a88563
to
6dca388
Compare
5603f51
to
08ed2b4
Compare
08ed2b4
to
7e3b4a3
Compare
@echo " CodeFlareSDKVersion = \"$(CODEFLARE_SDK_VERSION)\"" >> $(DEFAULTS_TEST_FILE) | ||
@echo " RayVersion = \"$(RAY_VERSION)\"" >> $(DEFAULTS_TEST_FILE) | ||
@echo " RayImage = \"$(RAY_IMAGE)\"" >> $(DEFAULTS_TEST_FILE) |
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.
Can you also remove CODEFLARE_SDK_VERSION
, RAY_VERSION
and RAY_IMAGE
references?
AFAIK they are used here, CODEFLARE_SDK_VERSION
is also set in
CODEFLARE_SDK_VERSION=$(cut -c2- <<< ${{ github.event.inputs.codeflare-sdk-version }}) |
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.
That brings another point - should the codeflare-common repo be updated for every release (as it reference SDK version)?
IMHO SDK reference is just temporary, to be removed once project-codeflare/codeflare-sdk#292 is implemented.
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.
Thanks. I have removed those references.
Once that SDK PR is merged we can remove the references to its version in codeflare-common. I can create a follow on issue for this.
The issue is blocked at the moment so I it should probably be updated for any releases in the meantime?
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.
Right
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.
Follow up issue: project-codeflare/codeflare-common#5
What do we need to do to ensure it is updated in the meantime?
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.
I am thinking whether it has sense to compose the codeflare-common update into release workflow...
That would be ideal solution but quite a big work considering that it would be removed soon. I would say that the reference can be updated manually in meantime until the SDK tests are implemented.
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.
Though the MCAD is still referenced in codeflare-common too...
So in the end it may have sense to integrate it in release workflow.
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.
Ok. Do we need to create an issue or track this anywhere?
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.
Yes, issue will be needed.
I will create it.
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.
Created - project-codeflare/codeflare-common#6
4cdbf00
to
868f183
Compare
/lgtm |
868f183
to
078ba0f
Compare
078ba0f
to
5bb981a
Compare
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sutaakar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Issue link
Closes #237
What changes have been made
The support package has been removed and moved to a separate repo here. Relevant imports have been updated.
Verification steps
Checks