Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
  • Loading branch information
v01dstar committed Sep 15, 2024
1 parent 90ee0bd commit 0187e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/pipelines/ci/rocksdb/rocksdb_ghpr_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test = { start, end, extra, do_cache ->
sh """
echo using gcc 8
source /opt/rh/devtoolset-8/enable
export TEST_TMPDIR=/home/jenks/tmp_dir
export TEST_TMPDIR=/home/jenkins/tmp_dir
export ROCKSDBTESTS_START=${start}
export ROCKSDBTESTS_END=${end}
LIB_MODE=static V=1 ${extra} make all_but_some_tests check_some -j 3
Expand Down
2 changes: 1 addition & 1 deletion jenkins/pipelines/ci/tikv/rocksdb/rocksdb_ghpr_test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test = { start, end, extra, do_cache ->
sh """
echo using gcc 8
source /opt/rh/devtoolset-8/enable
export TEST_TMPDIR=/home/jenks/tmp_dir
export TEST_TMPDIR=/home/jenkins/tmp_dir
export ROCKSDBTESTS_START=${start}
export ROCKSDBTESTS_END=${end}
LIB_MODE=static V=1 ${extra} make all_but_some_tests check_some -j 3
Expand Down

0 comments on commit 0187e75

Please sign in to comment.