Commit Graph

45 Commits

Author SHA1 Message Date
coffeegoddd
7c537afba8 /.github/workflows: update actions/checkout to v4 2024-04-15 11:47:42 -07:00
coffeegoddd
680af8d429 /.github/workflows: remove check-latest option 2024-03-27 16:19:00 -07:00
Yevhen Pavlov
b35536329a Move actions/checkout before actions/setup-go 2024-02-20 20:14:46 +02:00
Yevhen Pavlov
895b1c0d76 Bump actions/setup-go and use Go version from go.mod file 2024-02-20 19:48:12 +02:00
Aaron Son
08d44029a7 go/go.mod: Require Go 1.21 in our go.mod. 2023-10-05 13:28:40 -07:00
Zach Musgrave
066c2fcb65 Remove altertests reference 2023-09-26 12:00:00 -07:00
coffeegoddd
8ba2c5bba7 /.github/workflows/ci-go-{race-enginetests,tests}.yaml: set vet off on go tests 2023-06-06 10:45:58 -07:00
Tim Sehn
e77d514a79 Update ci-go-tests.yaml 2023-05-26 12:21:48 -07:00
Nick Tobey
2dc9f0eae3 Remove actions for LD_1 tests. 2023-05-24 13:34:50 -07:00
Aaron Son
04a90f83e5 Remove obsolete __DOLT_DEV__ NomsBinFormat. 2023-03-06 15:38:26 -08:00
Andy Arthur
6f9474bd4b fix CI stage for chunk journal, fix go vet, remove test skip 2022-12-07 12:24:09 -08:00
Andy Arthur
1c70b11edd disable chunk journal feature flag, add CI stage with chunk journal enabled 2022-12-07 12:12:06 -08:00
coffeegoddd
5f55943270 /.github/workflows: bump more actions to pickup node16 2022-10-12 09:51:06 -07:00
coffeegoddd
3e43bb0227 /.github/{actions,workflows}: bump actions to pickup node16 2022-10-12 09:26:18 -07:00
Andy Arthur
889a8720bf update Dolt CI to run all tests against both __DOLT__ and __LD_1__ 2022-09-30 11:41:26 -07:00
coffeegoddd
7058c162eb /.github/workflows: bump ubuntu to 22.04 2022-08-08 12:55:58 -07:00
coffeegoddd
68127a0dcb /{.github,go}: bump go to 1.19 2022-08-04 13:53:51 -07:00
coffeegoddd
d9956e2cc6 /.github/workflows: use macos latest 2022-07-21 10:13:30 -07:00
Zach Musgrave
1669850463 Give each workflow concurrency group its own name 2022-06-08 13:20:37 -07:00
Zach Musgrave
25547377d9 Added concurrency section to workflows to prevent more than one job per PR from running at a time 2022-06-08 13:13:02 -07:00
Maximilian Hoffman
43b644ca0c Only skip engine, not inverse (#3379) 2022-05-10 12:29:20 -07:00
Maximilian Hoffman
122cf63553 skip -race enginetests until merge (#3286)
* skip prepared tests when -race testing

* test.short

* missing env var

* skip race enginetests

* race on merge main

* put new format skip back

* simplify matrix

* aaron's comment
2022-04-23 09:21:49 -07:00
Maximilian Hoffman
ae4b882261 Prepared statement GMS bump (#2790)
* Prepared statements bump

* fix formatting
2022-04-15 09:34:14 -07:00
Aaron Son
de2fcbad6a .github: Add __DOLT_DEV__ testing to GitHub CI. 2022-04-05 11:45:38 -07:00
Dustin Brown
63789fd9f9 /.github/workflows: bump go in CI 2022-03-21 12:07:14 -07:00
Dustin Brown
bf28746665 /.github/workflows: change branch 2021-09-29 13:33:52 -07:00
Daylon Wilkins
841cce0ebc Bump Go version to 1.17 2021-09-09 14:23:23 -07:00
Aaron Son
286c9fa758 .github: No really, do not run them with race. 2021-06-11 11:58:43 -07:00
Aaron Son
4fa7b14153 .github: ci-go-tests: Run integration_test without -race. 2021-06-11 11:33:05 -07:00
Aaron Son
36a9976e9d .github: Run go/libraries/doltcore/sqle/altertests in separate job. Run them without -race. 2021-06-10 16:48:46 -07:00
Dustin Brown
61744d8487 /{.github,go}: bump min go version to 1.15 2021-05-28 10:29:42 -07:00
Dustin Brown
b016989f76 /.github/workflows/ci-go-tests.yaml: only use race on ubuntu 2021-04-19 13:38:36 -07:00
Dustin Brown
f7429e7780 /{.github,integration-tests}: split long bats files so temp dirs are cleaned up more often, split go tests by package 2021-04-16 11:42:22 -07:00
Oscar Batori
b241ba582f remove Discord notify 2021-03-08 14:52:41 -08:00
Andy Arthur
30f9ca224e turn off discord notify for now 2021-03-08 14:41:00 -08:00
Daylon Wilkins
e425ec40b5 Type change tests and bug fixes 2021-02-10 11:06:27 -08:00
Dustin Brown
0444b052c9 /{.github,bats}: pin runner, add timeouts 2021-02-09 16:00:11 -08:00
Dustin Brown
58c666de36 /.github/workflows: use ubuntu-18.04 as ubuntu-latest will soon be 20.04 2021-01-15 09:14:56 -08:00
Oscar Batori
9f9888f714 Fixed indentiation in YAML syntax for Discord notifications 2020-12-22 16:24:50 -08:00
Oscar Batori
d0832fff69 First cut of Discrod notifications 2020-12-21 21:58:54 -08:00
Dustin Brown
fd99e57add /.github/workflows/ci-go-tests.yaml: run go tests only when go/ changes 2020-10-30 16:45:19 -07:00
Daylon Wilkins
3534d8bd90 Added GitHub workflow tests for race conditions 2020-10-30 16:45:19 -07:00
Dustin Brown
afc4b4b463 /.github/workflows/ci-go-tests.yaml: Fix format, names 2020-06-25 16:30:26 -07:00
Dustin Brown
4d962a6628 /.github/workflows/ci-go-tests.yaml: Add GA workflow for dolt go tests on PRs 2020-06-24 11:41:06 -07:00
Dustin Brown
48ee1052e4 /.github/workflows/ci-go-test-linux.yaml: Iterating on running go tests for ci 2020-06-24 11:36:47 -07:00