circleci test

This commit is contained in:
Andrew Jackson (Ajax) 2023-07-14 10:55:07 -05:00
parent a56a6c14c3
commit bde2dbdc14
2 changed files with 4 additions and 2 deletions

View File

@ -161,6 +161,7 @@ jobs:
- image: cimg/go:1.19.7
- image: yugabytedb/yugabyte:latest
command: bin/yugabyted start --daemon=false
name: yugabyte
resource_class: << parameters.resource_class >>
steps:
- install-ubuntu-deps
@ -177,7 +178,7 @@ jobs:
SKIP_CONFORMANCE: "1"
LOTUS_SRC_DIR: /home/circleci/project
command: |
dockerize -wait tcp://localhost:5433 -timeout 1m
dockerize -wait tcp://yugabyte:5433 -timeout 1m
mkdir -p /tmp/test-reports/<< parameters.suite >>
mkdir -p /tmp/test-artifacts
gotestsum \

View File

@ -161,6 +161,7 @@ jobs:
- image: cimg/go:[[ .GoVersion]]
- image: yugabytedb/yugabyte:latest
command: bin/yugabyted start --daemon=false
name: yugabyte
resource_class: << parameters.resource_class >>
steps:
- install-ubuntu-deps
@ -177,7 +178,7 @@ jobs:
SKIP_CONFORMANCE: "1"
LOTUS_SRC_DIR: /home/circleci/project
command: |
dockerize -wait tcp://localhost:5433 -timeout 1m
dockerize -wait tcp://yugabyte:5433 -timeout 1m
mkdir -p /tmp/test-reports/<< parameters.suite >>
mkdir -p /tmp/test-artifacts
gotestsum \