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: Trigger wasm jobs on some specific libraries #75007

Merged
merged 2 commits into from
Sep 6, 2022

Conversation

radical
Copy link
Member

@radical radical commented Sep 2, 2022

subset: wasmbuildtests:

  • src/libraries/System.Runtime.InteropServices/*
    • this includes import generators
  • src/libraries/System.Runtime.InteropServices.JavaScript/*

subset: wasmdebuggertests

  • src/libraries/System.Runtime.InteropServices/*
  • src/libraries/System.Runtime.InteropServices.JavaScript/*

And the following to trigger the wasm library tests:

   - src/libraries/Common/*
   - src/libraries/System.Console/*
   - src/libraries/System.Diagnostics.FileVersionInfo/tests/*
   - src/libraries/System.IO.Compression/*
   - src/libraries/System.IO.MemoryMappedFiles/*
   - src/libraries/System.Net.Http/*
   - src/libraries/System.Net.Mail/*
   - src/libraries/System.Net.Primitives/*
   - src/libraries/System.Net.WebClient/*
   - src/libraries/System.Net.WebProxy/*
   - src/libraries/System.Net.WebSockets.Client/*
   - src/libraries/System.Net.WebSockets/*
   - src/libraries/System.Runtime.InteropServices.JavaScript/*
   - src/libraries/System.Runtime.InteropServices/*
   - src/libraries/System.Runtime.Serialization.Formatters/*
   - src/libraries/System.Security.Cryptography/*
   - src/libraries/System.Text.Encodings.Web/*

For example:
- `src/libraries/System.Runtime.InteropServices/*`
    - this includes import generators
- `src/libraries/System.Runtime.InteropServices.JavaScript/*`

These, and the other libraries have browser specific code that should
trigger the wasm tests.
@radical radical added arch-wasm WebAssembly architecture area-Infrastructure-mono labels Sep 2, 2022
@ghost
Copy link

ghost commented Sep 2, 2022

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

For example:

  • src/libraries/System.Runtime.InteropServices/*
    • this includes import generators
  • src/libraries/System.Runtime.InteropServices.JavaScript/*

These, and the other libraries have browser specific code that should
trigger the wasm tests.

Author: radical
Assignees: -
Labels:

arch-wasm, area-Infrastructure-mono

Milestone: -

@ghost
Copy link

ghost commented Sep 2, 2022

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

Issue Details

For example:

  • src/libraries/System.Runtime.InteropServices/*
    • this includes import generators
  • src/libraries/System.Runtime.InteropServices.JavaScript/*

These, and the other libraries have browser specific code that should
trigger the wasm tests.

Author: radical
Assignees: -
Labels:

arch-wasm, area-Infrastructure-mono

Milestone: -

@radical radical merged commit 1a6ac1f into dotnet:main Sep 6, 2022
@radical radical deleted the wasm-ci-lib-triggers branch September 6, 2022 15:41
@ghost ghost locked as resolved and limited conversation to collaborators Oct 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants