Acceptance-run #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Acceptance-run | ||
on: | ||
schedule: | ||
- cron: "0 0 * * *" # At 00:00 every day | ||
workflow_dispatch: | ||
inputs: | ||
test_label_regexp: | ||
required: false | ||
type: string | ||
jobs: | ||
ya_x86_64: | ||
name: Build/test x86_64 using YA | ||
secrets: inherit | ||
steps: | ||
Check failure on line 15 in .github/workflows/acceptance_run.yml
|
||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." | ||
- uses: ./.github/workflows/build_and_test_ya_provisioned.yml | ||
with: | ||
runner_label: auto-provisioned | ||
build_preset: relwithdebinfo | ||
build_target: ydb/tests/acceptance | ||
run_build: true | ||
run_tests: true |