Make library generation unit tests a required check gets stuck on child jobs #2733
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The library-generation-unit-tests sprouts two jobs:
library-generation-unit-tests (8, macos-12)
andlibrary-generation-unit-tests (8, ubuntu-22.04)
.The behavior of this check when setting library-generation-unit-tests (the parent job) as required:
library_generation
directory: checks initiate and return result.library_generation
directory:library-generation-unit-tests
is stuck.The behavior of this check when setting two child jobs as required:
library_generation
directory:library-generation-unit-tests (8, macos-12)
andlibrary-generation-unit-tests (8, ubuntu-22.04)
are stuck.library_generation
directory: checks initiate and return result.The behavior of this check when setting parent and two child jobs as required:
library_generation
directory:library-generation-unit-tests (8, macos-12)
andlibrary-generation-unit-tests (8, ubuntu-22.04)
are stuck.library_generation
directory:library-generation-unit-tests
is stuck.The text was updated successfully, but these errors were encountered: