Skip to content

Nightly build (msan) (schedule) #36

Nightly build (msan) (schedule)

Nightly build (msan) (schedule) #36

Workflow file for this run

name: Nightly build (msan)
run-name: |
${{ github.event_name == 'workflow_dispatch'
&& format('Nightly build (msan) (manual)')
|| format('Nightly build (msan) (schedule)')
}}
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build:
name: Build/test x86_64 using YA (msan)
uses: ./.github/workflows/build_and_test_on_demand.yaml
secrets: inherit
with:
build_target: 'cloud/blockstore/apps/,cloud/filestore/apps/'
test_target: 'cloud/blockstore/,cloud/filestore/'
build_preset: release-msan
test_type: "unittest,clang_tidy,gtest,py3test,py2test,pytest,flake8,black,py2_flake8,gofmt"
cache_update_build: true
cache_update_tests: false
sleep_after_tests: 1
test_threads: 32