-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule common
updated
12 files
+9 −9 | .github/workflows/container-tests.yml | |
+30 −48 | .github/workflows/sanity-tests.yaml | |
+1 −1 | .pre-commit-config.yaml | |
+10 −7 | build.sh | |
+16 −12 | clean.sh | |
+26 −15 | generator.py | |
+43 −3 | shared-scripts/core/usr/bin/cgroup-limits | |
+7 −0 | test-lib-openshift.sh | |
+7 −0 | test-lib-remote-openshift.sh | |
+165 −32 | test-lib.sh | |
+28 −0 | tests/check_distgen_generated_files.sh | |
+18 −6 | tests/test-lib/run_all_tests |