-
Notifications
You must be signed in to change notification settings - Fork 44
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 end-to-end automated test workflow #63
Comments
This workflow runs an end-to-end test using `ilab` on a github rubber with a single NVIDIA GPU. It will install `instructlab` from `main` plus this library with whatever proposed changes are included in a given PR. Closes instructlab#63 Signed-off-by: Russell Bryant <rbryant@redhat.com>
This was reverted in #76. My comment there explains why this is relevant:
|
This reverts commit ebc5e31 from instructlab#76. Here is my comment on instructlab#76 that better explains how this workflow fits in to the bigger picture: > Testing the user end-to-end instructlab workflow is the point of > this workflow. It will give you an early indication if your changes to > the library break the CLI. Sometimes that might be on purpose, but in > case it's not, it will let you know before you publish a release. > > This is not intended to replace other functional testing aimed at the > library more directly, but the full end-to-end workflow is important. > > I'm OK if you want to disable it for the moment, but it needs to go > back on at some point. A better way to do that is to just edit the > workflow to turn it off instead of removing it from the repo. Issue instructlab#63 Signed-off-by: Russell Bryant <rbryant@redhat.com>
This reverts commit ebc5e31 from instructlab#76. Here is my comment on instructlab#76 that better explains how this workflow fits in to the bigger picture: > Testing the user end-to-end instructlab workflow is the point of > this workflow. It will give you an early indication if your changes to > the library break the CLI. Sometimes that might be on purpose, but in > case it's not, it will let you know before you publish a release. > > This is not intended to replace other functional testing aimed at the > library more directly, but the full end-to-end workflow is important. > > I'm OK if you want to disable it for the moment, but it needs to go > back on at some point. A better way to do that is to just edit the > workflow to turn it off instead of removing it from the repo. The previous commit also removed spellcheck (though it wasn't mentioned). I have left it out in this PR. Issue instructlab#63 Signed-off-by: Russell Bryant <rbryant@redhat.com>
This workflow runs an end-to-end test using `ilab` on a github rubber with a single NVIDIA GPU. It will install `instructlab` from `main` plus this library with whatever proposed changes are included in a given PR. Closes instructlab#63 Signed-off-by: Russell Bryant <rbryant@redhat.com>
This workflow runs an end-to-end test using `ilab` on a github rubber with a single NVIDIA GPU. It will install `instructlab` from `main` plus this library with whatever proposed changes are included in a given PR. Closes instructlab#63 Signed-off-by: Russell Bryant <rbryant@redhat.com>
This reverts commit ebc5e31 from instructlab#76. Here is my comment on instructlab#76 that better explains how this workflow fits in to the bigger picture: > Testing the user end-to-end instructlab workflow is the point of > this workflow. It will give you an early indication if your changes to > the library break the CLI. Sometimes that might be on purpose, but in > case it's not, it will let you know before you publish a release. > > This is not intended to replace other functional testing aimed at the > library more directly, but the full end-to-end workflow is important. > > I'm OK if you want to disable it for the moment, but it needs to go > back on at some point. A better way to do that is to just edit the > workflow to turn it off instead of removing it from the repo. The previous commit also removed spellcheck (though it wasn't mentioned). I have left it out in this PR. Issue instructlab#63 Signed-off-by: Russell Bryant <rbryant@redhat.com>
Once this library is being consumed by
instructlab/instructlab
, it would be helpful to automatically test changes to this library in an end-to-end run of theilab
workflow. You can copy this workflow that I added to the sdg repo to do this. It should work with no modifications, though it does say "instructlab-sdg" in one comment.instructlab/sdg#33
The text was updated successfully, but these errors were encountered: