Skip to content

Commit

Permalink
Migrate and temporary test nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed Dec 15, 2023
1 parent f8ac252 commit 9b10367
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/jobs-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,7 @@ env:
SNAPPY_INCLUDE: ${{ github.workspace }}/thirdparty/snappy-1.1.8;${{ github.workspace }}/thirdparty/snappy-1.1.8/build
SNAPPY_LIB_DEBUG: ${{ github.workspace }}/thirdparty/snappy-1.1.8/build/Debug/snappy.lib
jobs:
# TODO: move some to nightly as in a140b51
build-windows-vs2022-avx2:
runs-on: windows-2022
env:
CMAKE_GENERATOR: Visual Studio 17 2022
CMAKE_PORTABLE: AVX2
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/windows-build-steps"
build-windows-vs2022:
runs-on: windows-2022
env:
CMAKE_GENERATOR: Visual Studio 17 2022
CMAKE_PORTABLE: 1
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/windows-build-steps"
# NOTE: some windows jobs are in "nightly" to save resources
build-windows-vs2019:
runs-on: windows-2019
env:
Expand All @@ -35,4 +19,3 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/windows-build-steps"

21 changes: 17 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: facebook/rocksdb/nightly
on:
schedule:
- cron: 0 9 * * *
workflow_dispatch:
on: [push, pull_request] # TEMPORARY: test on PR
jobs:
build-format-compatible:
runs-on:
Expand Down Expand Up @@ -81,3 +78,19 @@ jobs:
- uses: "./.github/actions/pre-steps"
- run: PORTABLE=1 make V=1 -j32 valgrind_test
- uses: "./.github/actions/post-steps"
build-windows-vs2022-avx2:
runs-on: windows-2022
env:
CMAKE_GENERATOR: Visual Studio 17 2022
CMAKE_PORTABLE: AVX2
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/windows-build-steps"
build-windows-vs2022:
runs-on: windows-2022
env:
CMAKE_GENERATOR: Visual Studio 17 2022
CMAKE_PORTABLE: 1
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/windows-build-steps"

0 comments on commit 9b10367

Please sign in to comment.