magma / domain-proxy

A Domain proxy for Magma
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

CI does not filter pr jobs correctly #471

Closed jkmar closed 2 years ago

jkmar commented 2 years ago

Recently this pr was merged: https://github.com/magma/magma/pull/13076, but it broke the RC tests, which were not run for that pr. We should not have such situations and should always run necessary pr jobs.

xbend commented 2 years ago

The problem is that Workflow filters for paths, that should be taken into account when selecting individual unit test jobs, are wrong.

For instance, path for Radio Controller code: dp/cloud/python/radio_controller/** While it should be: dp/cloud/python/magma/radio_controller/**