Skip to content

Commit

Permalink
Update nightly_run.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Apr 1, 2024
1 parent 6fb5f34 commit 245d111
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/nightly_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,6 @@ on:
type: string

jobs:
cmake_x86_64:
name: Build/test x86_64
strategy:
matrix: ${{ fromJSON(vars.NIGHTLY_CMAKE_X64_MATRIX) }}
fail-fast: false

uses: ./.github/workflows/build_and_test_provisioned.yml
with:
runner_label: auto-provisioned
sanitizer: ${{matrix.sanitizer}}
test_label_regexp: ${{inputs.test_label_regexp}}
secrets: inherit

cmake_arm64:
name: Build/test ARM64
strategy:
matrix: ${{ fromJSON(vars.NIGHTLY_CMAKE_ARM64_MATRIX) }}
fail-fast: false
uses: ./.github/workflows/build_and_test_provisioned.yml
with:
runner_label: ARM64
sanitizer: ${{matrix.sanitizer}}
extra_compile_flags: "-DMKQL_DISABLE_CODEGEN"
test_label_regexp: ${{inputs.test_label_regexp}}
secrets: inherit

ya_x86_64:
name: Build/test x86_64 using YA
uses: ./.github/workflows/build_and_test_ya_provisioned.yml
Expand Down

0 comments on commit 245d111

Please sign in to comment.