circleci test
This commit is contained in:
parent
a56a6c14c3
commit
bde2dbdc14
@ -161,6 +161,7 @@ jobs:
|
|||||||
- image: cimg/go:1.19.7
|
- image: cimg/go:1.19.7
|
||||||
- image: yugabytedb/yugabyte:latest
|
- image: yugabytedb/yugabyte:latest
|
||||||
command: bin/yugabyted start --daemon=false
|
command: bin/yugabyted start --daemon=false
|
||||||
|
name: yugabyte
|
||||||
resource_class: << parameters.resource_class >>
|
resource_class: << parameters.resource_class >>
|
||||||
steps:
|
steps:
|
||||||
- install-ubuntu-deps
|
- install-ubuntu-deps
|
||||||
@ -177,7 +178,7 @@ jobs:
|
|||||||
SKIP_CONFORMANCE: "1"
|
SKIP_CONFORMANCE: "1"
|
||||||
LOTUS_SRC_DIR: /home/circleci/project
|
LOTUS_SRC_DIR: /home/circleci/project
|
||||||
command: |
|
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-reports/<< parameters.suite >>
|
||||||
mkdir -p /tmp/test-artifacts
|
mkdir -p /tmp/test-artifacts
|
||||||
gotestsum \
|
gotestsum \
|
||||||
|
@ -161,6 +161,7 @@ jobs:
|
|||||||
- image: cimg/go:[[ .GoVersion]]
|
- image: cimg/go:[[ .GoVersion]]
|
||||||
- image: yugabytedb/yugabyte:latest
|
- image: yugabytedb/yugabyte:latest
|
||||||
command: bin/yugabyted start --daemon=false
|
command: bin/yugabyted start --daemon=false
|
||||||
|
name: yugabyte
|
||||||
resource_class: << parameters.resource_class >>
|
resource_class: << parameters.resource_class >>
|
||||||
steps:
|
steps:
|
||||||
- install-ubuntu-deps
|
- install-ubuntu-deps
|
||||||
@ -177,7 +178,7 @@ jobs:
|
|||||||
SKIP_CONFORMANCE: "1"
|
SKIP_CONFORMANCE: "1"
|
||||||
LOTUS_SRC_DIR: /home/circleci/project
|
LOTUS_SRC_DIR: /home/circleci/project
|
||||||
command: |
|
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-reports/<< parameters.suite >>
|
||||||
mkdir -p /tmp/test-artifacts
|
mkdir -p /tmp/test-artifacts
|
||||||
gotestsum \
|
gotestsum \
|
||||||
|
Loading…
Reference in New Issue
Block a user