From cb4645b344f74eb0a0a85ee80d995ce9366bac34 Mon Sep 17 00:00:00 2001 From: "Andrew Jackson (Ajax)" Date: Fri, 14 Jul 2023 15:23:42 -0500 Subject: [PATCH] circleci try 18 --- .circleci/config.yml | 4 ++-- .circleci/template.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b6a9a19e9..24494d35a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -159,8 +159,7 @@ jobs: description: Test suite name to report to CircleCI. docker: - image: cimg/go:1.19.7 - environment: - LOTUS_HARMONYDB_HOSTS=yugabyte + LOTUS_HARMONYDB_HOSTS: yugabyte - image: yugabytedb/yugabyte:latest command: bin/yugabyted start --daemon=false name: yugabyte @@ -183,6 +182,7 @@ jobs: mkdir -p /tmp/test-reports/<< parameters.suite >> mkdir -p /tmp/test-artifacts dockerize -wait tcp://yugabyte:5433 -timeout 3m + env gotestsum \ --format standard-verbose \ --junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \ diff --git a/.circleci/template.yml b/.circleci/template.yml index d3eb1d2cd..4fd460aef 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -159,8 +159,7 @@ jobs: description: Test suite name to report to CircleCI. docker: - image: cimg/go:[[ .GoVersion]] - environment: - LOTUS_HARMONYDB_HOSTS=yugabyte + LOTUS_HARMONYDB_HOSTS: yugabyte - image: yugabytedb/yugabyte:latest command: bin/yugabyted start --daemon=false name: yugabyte @@ -183,6 +182,7 @@ jobs: mkdir -p /tmp/test-reports/<< parameters.suite >> mkdir -p /tmp/test-artifacts dockerize -wait tcp://yugabyte:5433 -timeout 3m + env gotestsum \ --format standard-verbose \ --junitfile /tmp/test-reports/<< parameters.suite >>/junit.xml \