From e0a3134f7c63bef062f8ce0f2f9beddef14c1564 Mon Sep 17 00:00:00 2001 From: Dan Jaglowski Date: Tue, 1 Sep 2020 16:07:28 -0400 Subject: [PATCH] Try more powershelly command --- .circleci/config.yml | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1de3f42f..e4d0c391b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,29 +140,29 @@ jobs: shell: powershell.exe command: > go test -race ./...; ` - cd ./cmd/stanza; go test -race ./...; cd ../..; ` - cd ./operator/builtin/input/file; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/input/journald; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/input/windows; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/input/k8sevent; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/input/tcp; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/input/udp; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/output/elastic; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/output/file; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/output/googlecloud; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/output/stdout; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/parser/json; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/parser/regex; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/parser/severity; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/parser/syslog; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/parser/time; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/transformer/filter; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/transformer/hostmetadata; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/transformer/k8smetadata; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/transformer/metadata; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/transformer/ratelimit; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/transformer/restructure; go test -race ./...; cd ../../../..; ` - cd ./operator/builtin/transformer/router; go test -race ./...; cd ../../../..; + Push-Location; Set-Location ./cmd/stanza; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/input/file; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/input/journald; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/input/windows; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/input/k8sevent; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/input/tcp; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/input/udp; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/output/elastic; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/output/file; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/output/googlecloud; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/output/stdout; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/parser/json; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/parser/regex; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/parser/severity; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/parser/syslog; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/parser/time; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/transformer/filter; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/transformer/hostmetadata; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/transformer/k8smetadata; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/transformer/metadata; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/transformer/ratelimit; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/transformer/restructure; go test -race ./...; Pop-Location; ` + Push-Location; Set-Location ./operator/builtin/transformer/router; go test -race ./...; Pop-Location; run-benchmark: parameters: