mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 11:09:10 -05:00
Merge pull request #4439 from dolthub/andy/update-ci
.github/workflows: Run full CI against both `__DOLT__` and `__LD_1__`
This commit is contained in:
4
.github/workflows/ci-bats-unix.yaml
vendored
4
.github/workflows/ci-bats-unix.yaml
vendored
@@ -22,10 +22,10 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ ubuntu-22.04, macos-latest ]
|
||||
dolt_fmt: [ "", "__DOLT_DEV__", "__DOLT__" ]
|
||||
dolt_fmt: [ "__DOLT__", "__DOLT_DEV__", "__LD_1__" ]
|
||||
exclude:
|
||||
- os: "macos-latest"
|
||||
dolt_fmt: ["__DOLT_DEV__", "__DOLT__" ]
|
||||
dolt_fmt: ["__DOLT_DEV__", "__LD_1__" ]
|
||||
env:
|
||||
use_credentials: ${{ secrets.AWS_SECRET_ACCESS_KEY != '' && secrets.AWS_ACCESS_KEY_ID != '' }}
|
||||
steps:
|
||||
|
||||
38
.github/workflows/ci-dolt1-format-go-tests.yaml
vendored
38
.github/workflows/ci-dolt1-format-go-tests.yaml
vendored
@@ -1,38 +0,0 @@
|
||||
name: __DOLT__ Enginetests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'go/**'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ci-dolt1-format-go-tests-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Go tests (new format)
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-22.04, windows-latest]
|
||||
steps:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.19
|
||||
id: go
|
||||
- uses: actions/checkout@v2
|
||||
- name: Test All with New Format
|
||||
working-directory: ./go
|
||||
run: |
|
||||
go test -timeout 30m "./libraries/doltcore/sqle/enginetest/..."
|
||||
env:
|
||||
MATRIX_OS: ${{ matrix.os }}
|
||||
DOLT_DEFAULT_BIN_FORMAT: "__DOLT__"
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-22.04 ]
|
||||
dolt_fmt: [ "", "__DOLT_DEV__" ]
|
||||
dolt_fmt: [ "__DOLT__", "__LD_1__", "__DOLT_DEV__" ]
|
||||
steps:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
|
||||
4
.github/workflows/ci-go-tests.yaml
vendored
4
.github/workflows/ci-go-tests.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-22.04, windows-latest]
|
||||
dolt_fmt: [ "" ]
|
||||
dolt_fmt: [ "__DOLT__", "__LD_1__" ]
|
||||
include:
|
||||
- os: "ubuntu-22.04"
|
||||
dolt_fmt: "__DOLT_DEV__"
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-22.04, windows-latest]
|
||||
dolt_fmt: [ "" ]
|
||||
dolt_fmt: [ "__DOLT__", "__LD_1__" ]
|
||||
include:
|
||||
- os: "ubuntu-22.04"
|
||||
dolt_fmt: "__DOLT_DEV__"
|
||||
|
||||
Reference in New Issue
Block a user