Skip to content

Commit

Permalink
Re-attempt fix shm size and checker ver
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed Dec 15, 2023
1 parent e25d443 commit 6f1e926
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jobs-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -23,9 +23,9 @@ jobs:
labels: 4-core-ubuntu
container:
image: evolvedbinary/rocksjava:centos6_x64-be
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v3 # see https://github.com/actions/checkout/issues/1474
- uses: actions/checkout@v4.0 # see https://github.com/actions/checkout/issues/1474
- uses: "./.github/actions/pre-steps"
- name: Set Java Environment
run: |-
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/jobs-linux-no-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- run: make V=1 -j32 LIB_MODE=shared release
Expand All @@ -31,7 +31,7 @@ jobs:
labels: 8-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- run: USE_RTTI=1 DEBUG_LEVEL=0 make V=1 -j16 static_lib tools db_bench
Expand All @@ -45,7 +45,7 @@ jobs:
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -57,7 +57,7 @@ jobs:
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -71,7 +71,7 @@ jobs:
labels: 8-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- run: CC=clang CXX=clang++ USE_CLANG=1 PORTABLE=1 make V=1 -j16 all
Expand All @@ -81,7 +81,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -92,7 +92,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -103,7 +103,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -114,7 +114,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jobs-linux-other-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -23,7 +23,7 @@ jobs:
labels: 4-core-ubuntu
container:
image: gcc:latest
options: --shm-size=2gb
options: --shm-size=16gb
env:
EXTRA_CXXFLAGS: "-mno-avx512f"
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/jobs-linux-run-tests-san.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
labels: 32-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -22,7 +22,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -33,7 +33,7 @@ jobs:
labels: 32-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -44,7 +44,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/jobs-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -17,7 +17,7 @@ jobs:
labels: 4-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -35,7 +35,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -48,7 +48,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -60,7 +60,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -73,7 +73,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -85,7 +85,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
env:
CC: gcc-10
CXX: g++-10
Expand All @@ -101,7 +101,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -112,7 +112,7 @@ jobs:
labels: 16-core-ubuntu
container:
image: zjay437/rocksdb:0.6
options: --shm-size=2gb
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
group: 2xlarge
container:
image: zjay437/rocksdb:0.6
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -25,6 +26,7 @@ jobs:
group: arm64large
container:
image: ubuntu-2004:202111-02
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -36,6 +38,7 @@ jobs:
group: 2xlarge
container:
image: zjay437/rocksdb:0.6
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -46,6 +49,7 @@ jobs:
group: 2xlarge
container:
image: zjay437/rocksdb:0.6
options: --shm-size=16gb
env:
TEST_TMPDIR: "/tmp/rocksdb_test_tmp"
steps:
Expand All @@ -58,6 +62,7 @@ jobs:
group: 2xlarge
container:
image: zjay437/rocksdb:0.6
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand All @@ -70,6 +75,7 @@ jobs:
group: 2xlarge
container:
image: zjay437/rocksdb:0.6
options: --shm-size=16gb
steps:
- uses: actions/checkout@v4.1.0
- uses: "./.github/actions/pre-steps"
Expand Down

0 comments on commit 6f1e926

Please sign in to comment.