postcommit_relwithdebinfo.yml 571 B

1234567891011121314151617181920212223
  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. name: Build and test relwithdebinfo
  14. uses: ./.github/workflows/build_and_test_ya_provisioned.yml
  15. with:
  16. build_preset: "relwithdebinfo"
  17. build_target: "ydb/"
  18. test_size: "small,medium"
  19. test_type: "unittest,py3test,py2test,pytest"
  20. test_threads: 52
  21. runner_label: auto-provisioned
  22. put_build_results_to_cache: true
  23. secrets: inherit