-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ci able to override how example runs #7865
Conversation
b1e4b05
to
41cda88
Compare
#7825 is now merged :) This looks to test the failing |
Yap, this runs the example "load_gltf" with "debug_asset_server" feature enabled in existing "run-examples" flow. Now it checks whether there is a example_name.sh file, if yes, then just launch that script, otherwise fallback to standard |
Hmm, it seems there are multiple places with run-examples, and the running argument is kinda different... |
@alice-i-cecile any idea? Is this the right way to go? I can fix the above issue by passing extra features through environment variables. hmm. Or is "adding extra feature for run-examples" a good thing? |
I'm not personally confident on the right design here: that's why I requested review from our CI ninja @mockersf ;) |
ping |
ping? |
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.
This code is getting complex enough that we should move it to a rust script rather than keep it as a CI script.
It could be quite a bit more complex, @shuoli84 do you think you can do it?
Not quite sure what do you mean by "rust script". Is there an example? |
The CI script in the tools folder is a good example of this :) |
@shuoli84 are you comfortable tackling this? If not, I'm happy to add |
Hi alice, I'm happy to either transfer this to other or just close it. Sorry for the late reply.. |
No worries, thanks for the reply. Closing this out for now but we can redo it as needed. |
Objective