circleci try 18

This commit is contained in:
Andrew Jackson (Ajax) 2023-07-14 15:23:42 -05:00
parent 3fed2b207b
commit cb4645b344
2 changed files with 4 additions and 4 deletions

View File

@ -159,8 +159,7 @@ jobs:
description: Test suite name to report to CircleCI. description: Test suite name to report to CircleCI.
docker: docker:
- image: cimg/go:1.19.7 - image: cimg/go:1.19.7
environment: LOTUS_HARMONYDB_HOSTS: yugabyte
LOTUS_HARMONYDB_HOSTS=yugabyte
- image: yugabytedb/yugabyte:latest - image: yugabytedb/yugabyte:latest
command: bin/yugabyted start --daemon=false command: bin/yugabyted start --daemon=false
name: yugabyte name: yugabyte
@ -183,6 +182,7 @@ jobs:
mkdir -p /tmp/test-reports/<< parameters.suite >> mkdir -p /tmp/test-reports/<< parameters.suite >>
mkdir -p /tmp/test-artifacts mkdir -p /tmp/test-artifacts
dockerize -wait tcp://yugabyte:5433 -timeout 3m dockerize -wait tcp://yugabyte:5433 -timeout 3m
env
gotestsum \ gotestsum \
--format standard-verbose \ --format standard-verbose \
--junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \ --junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \

View File

@ -159,8 +159,7 @@ jobs:
description: Test suite name to report to CircleCI. description: Test suite name to report to CircleCI.
docker: docker:
- image: cimg/go:[[ .GoVersion]] - image: cimg/go:[[ .GoVersion]]
environment: LOTUS_HARMONYDB_HOSTS: yugabyte
LOTUS_HARMONYDB_HOSTS=yugabyte
- image: yugabytedb/yugabyte:latest - image: yugabytedb/yugabyte:latest
command: bin/yugabyted start --daemon=false command: bin/yugabyted start --daemon=false
name: yugabyte name: yugabyte
@ -183,6 +182,7 @@ jobs:
mkdir -p /tmp/test-reports/<< parameters.suite >> mkdir -p /tmp/test-reports/<< parameters.suite >>
mkdir -p /tmp/test-artifacts mkdir -p /tmp/test-artifacts
dockerize -wait tcp://yugabyte:5433 -timeout 3m dockerize -wait tcp://yugabyte:5433 -timeout 3m
env
gotestsum \ gotestsum \
--format standard-verbose \ --format standard-verbose \
--junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \ --junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \