Refactor osGroup / osIdentifier pairs to osGroup / osSubgroup (dotnet/coreclr#26583)
authorTomáš Rylek <trylek@microsoft.com>
Tue, 10 Sep 2019 19:52:28 +0000 (12:52 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2019 19:52:28 +0000 (12:52 -0700)
commitbe6391fe3bd0ab36b0be4f96a3eeba46c2a44cd0
tree0ef263d5b8b9298f3c82aaa5dff1e141011d08ff
parent176ece871af126034ce3de3fdf8dca4a1bba403e
Refactor osGroup / osIdentifier pairs to osGroup / osSubgroup (dotnet/coreclr#26583)

Refactor osGroup / osIdentifier pairs to osGroup / osSubgroup

This simple cleanup removes the duplication between osGroup and
osIdentifier by switching over to use the pair osGroup and osSubgroup
such that the final OS identifier is a plain concatenation of osGroup
and osSubgroup. As the only currently supported OS flavors using
OS subgroups are Linux_musl and Linux_rhel6, this simplifies the
platform-matrix.yml and related scripts overall.

Thanks

Tomas

Commit migrated from https://github.com/dotnet/coreclr/commit/1a17ea321bb9489d85eb7731d765ae36529cab6d
eng/build-job.yml
eng/build-test-job.yml
eng/crossgen-comparison-job.yml
eng/format-job.yml
eng/perf-job.yml
eng/platform-matrix.yml
eng/run-test-job.yml
eng/test-job.yml
eng/xplat-job.yml
eng/xplat-test-job.yml