postcommit_relwithdebinfo.yml 675 B

123456789101112131415161718192021222324
  1. name: Postcommit_relwithdebinfo
  2. on:
  3. push:
  4. branches:
  5. - 'main'
  6. - 'stable-*'
  7. paths-ignore:
  8. - 'ydb/docs/**'
  9. - '.github/**'
  10. - '*'
  11. jobs:
  12. build_and_test:
  13. if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_relwithdebinfo == true}}
  14. name: Build and test relwithdebinfo
  15. uses: ./.github/workflows/build_and_test_ya_provisioned.yml
  16. with:
  17. build_preset: "relwithdebinfo"
  18. build_target: "ydb/"
  19. test_size: "small,medium"
  20. test_type: "unittest,py3test,py2test,pytest"
  21. test_threads: 52
  22. runner_label: auto-provisioned
  23. put_build_results_to_cache: true
  24. secrets: inherit