Skip to content
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

[wasm] CI improvements #92362

Closed
2 tasks
radical opened this issue Sep 20, 2023 · 2 comments
Closed
2 tasks

[wasm] CI improvements #92362

radical opened this issue Sep 20, 2023 · 2 comments
Assignees
Labels
Milestone

Comments

@radical
Copy link
Member

radical commented Sep 20, 2023

  • Improve detection of darc updates allowing the use of specific dependency updates to control triggering of builds. Example: emsdk update should only trigger wasm builds
    • This is difficult right now because the version gets updated in eng/Versions.props, but since it has lot of other things too, all the builds get triggered.
    • If instead the darc version properties were in a separate file, then we could easily figure out if only a darc dependency was updated
    • If not, then we could piece together this with a script
  • webcil task should trigger only wasm builds
@radical radical added arch-wasm WebAssembly architecture area-Infrastructure-mono labels Sep 20, 2023
@radical radical added this to the Future milestone Sep 20, 2023
@ghost
Copy link

ghost commented Sep 20, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details
  • Improve detection of darc updates allowing the use of specific dependency updates to control triggering of builds. Example: emsdk update should only trigger wasm builds
    • This is difficult right now because the version gets updated in eng/Versions.props, but since it has lot of other things too, all the builds get triggered.
    • If instead the darc version properties were in a separate file, then we could easily figure out if only a darc dependency was updated
    • If not, then we could piece together this with a script
  • webcil task should trigger only wasm builds
Author: radical
Assignees: -
Labels:

arch-wasm, area-Infrastructure-mono

Milestone: Future

@radical radical self-assigned this Sep 20, 2023
@radical radical closed this as completed Sep 20, 2023
@radical
Copy link
Member Author

radical commented Sep 20, 2023

Moved the tasks to #74538 .

@ghost ghost locked as resolved and limited conversation to collaborators Oct 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant