Skip to content

[wasm] CI: Trigger wasm jobs on some specific libraries#75007

Merged
radical merged 2 commits into
dotnet:mainfrom
radical:wasm-ci-lib-triggers
Sep 6, 2022
Merged

[wasm] CI: Trigger wasm jobs on some specific libraries#75007
radical merged 2 commits into
dotnet:mainfrom
radical:wasm-ci-lib-triggers

Conversation

@radical
Copy link
Copy Markdown
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
Copy Markdown

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 ghost assigned radical Sep 2, 2022
@ghost
Copy link
Copy Markdown

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