remove __DOLT_1__ in favor of __DOLT__

This commit is contained in:
Andy Arthur
2022-08-09 14:44:26 -07:00
parent 0be856867e
commit 967cf6ae79
39 changed files with 79 additions and 83 deletions
@@ -32,7 +32,7 @@ if [ -z "$MODE" ]; then
exit 1
fi
if [ "$NOMS_BIN_FORMAT" = "__DOLT_1__" ]; then
if [ "$NOMS_BIN_FORMAT" = "__DOLT__" ]; then
INIT_BIG_REPO="false"
fi
+2 -2
View File
@@ -22,10 +22,10 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-18.04, macos-latest ]
dolt_fmt: [ "", "__DOLT_DEV__", "__DOLT_1__" ]
dolt_fmt: [ "", "__DOLT_DEV__", "__DOLT__" ]
exclude:
- os: "macos-latest"
dolt_fmt: ["__DOLT_DEV__", "__DOLT_1__" ]
dolt_fmt: ["__DOLT_DEV__", "__DOLT__" ]
env:
use_credentials: ${{ secrets.AWS_SECRET_ACCESS_KEY != '' && secrets.AWS_ACCESS_KEY_ID != '' }}
steps:
@@ -1,4 +1,4 @@
name: __DOLT_1__ Enginetests
name: __DOLT__ Enginetests
on:
pull_request:
@@ -35,4 +35,4 @@ jobs:
go test -timeout 30m "./libraries/doltcore/sqle/enginetest/..."
env:
MATRIX_OS: ${{ matrix.os }}
DOLT_DEFAULT_BIN_FORMAT: "__DOLT_1__"
DOLT_DEFAULT_BIN_FORMAT: "__DOLT__"
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
name: Benchmark Performance
strategy:
matrix:
dolt_fmt: [ "__LD_1__", "__DOLT_1__" ]
dolt_fmt: [ "__LD_1__", "__DOLT__" ]
steps:
- name: Checkout
uses: actions/checkout@v2
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
name: Dolt SQL Correctness
strategy:
matrix:
dolt_fmt: [ "__LD_1__", "__DOLT_1__" ]
dolt_fmt: [ "__LD_1__", "__DOLT__" ]
steps:
- uses: actions/checkout@v2
- uses: azure/setup-kubectl@v2.0