Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed Dec 15, 2023
1 parent 9b10367 commit 1114c93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jobs-java.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: facebook/rocksdb/jobs-java
on: [push, pull_request]
syntax-error: foo
jobs:
build-linux-java:
runs-on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jobs-linux-no-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: facebook/rocksdb/jobs-linux-no-test-run
on: [push, pull_request]
jobs:
build-linux-release:
syntax-error: foo
runs-on:
labels: 16-core-ubuntu
container:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jobs-linux-other-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- run: apt-get update -y && apt-get install -y libgflags-dev
- name: Unity build
run: make V=1 -j8 unity_test
syntax-error: foo
- run: make V=1 -j8 -k check-headers
- uses: "./.github/actions/post-steps"
build-linux-mini-crashtest:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jobs-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
# NOTE: some windows jobs are in "nightly" to save resources
build-windows-vs2019:
syntax-error: foo
runs-on: windows-2019
env:
CMAKE_GENERATOR: Visual Studio 16 2019
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
tools/check_format_compatible.sh
- uses: "./.github/actions/post-steps"
build-linux-arm-test-full:
syntax-error: blah
runs-on:
group: arm64large
container:
Expand Down

0 comments on commit 1114c93

Please sign in to comment.