Skip to content

Commit

Permalink
replace position
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 13, 2023
1 parent eb3f142 commit 48e6af4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/test-integrations-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# https://hashicorp.atlassian.net/browse/NET-4973
# ^ Ticket to figure out why grouping test case is failing on Windows Machine

- name: Envoy Integration Tests for windows case-api-gateway-http-hostnames
- name: Envoy Integration Tests for windows case-api-gateway-http-splitter-targets
shell: bash
if: always()
env:
Expand All @@ -114,12 +114,12 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-http-hostnames"
echo "Running Integration Test case-api-gateway-http-splitter-targets"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-hostnames" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-splitter-targets" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-http-simple
- name: Envoy Integration Tests for windows case-api-gateway-http-tls-overlapping-hosts
shell: bash
if: always()
env:
Expand All @@ -131,12 +131,12 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-http-simple"
echo "Running Integration Test case-api-gateway-http-tls-overlapping-hosts"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-simple" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-tls-overlapping-hosts" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-http-splitter-targets
- name: Envoy Integration Tests for windows case-api-gateway-tcp-conflicted
shell: bash
if: always()
env:
Expand All @@ -148,12 +148,12 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-http-splitter-targets"
echo "Running Integration Test case-api-gateway-tcp-conflicted"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-splitter-targets" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-conflicted" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-http-tls-overlapping-hosts
- name: Envoy Integration Tests for windows case-api-gateway-tcp-simple
shell: bash
if: always()
env:
Expand All @@ -165,12 +165,12 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-http-tls-overlapping-hosts"
echo "Running Integration Test case-api-gateway-tcp-simple"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-tls-overlapping-hosts" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-simple" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-tcp-conflicted
- name: Envoy Integration Tests for windows case-api-gateway-tcp-tls-overlapping-hosts
shell: bash
if: always()
env:
Expand All @@ -182,12 +182,12 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-tcp-conflicted"
echo "Running Integration Test case-api-gateway-tcp-tls-overlapping-hosts"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-conflicted" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-tls-overlapping-hosts" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-tcp-simple
- name: Envoy Integration Tests for windows case-badauthz
shell: bash
if: always()
env:
Expand All @@ -199,12 +199,12 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-tcp-simple"
echo "Running Integration Test case-badauthz"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-simple" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-badauthz" -win=true
- name: Envoy Integration Tests for windows case-api-gateway-tcp-tls-overlapping-hosts
- name: Envoy Integration Tests for windows case-basic
shell: bash
if: always()
env:
Expand All @@ -216,12 +216,12 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-api-gateway-tcp-tls-overlapping-hosts"
echo "Running Integration Test case-basic"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-tcp-tls-overlapping-hosts" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-basic" -win=true
- name: Envoy Integration Tests for windows case-badauthz
- name: Envoy Integration Tests for windows case-api-gateway-http-hostnames
shell: bash
if: always()
env:
Expand All @@ -233,12 +233,12 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-badauthz"
echo "Running Integration Test case-api-gateway-http-hostnames"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-badauthz" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-hostnames" -win=true
- name: Envoy Integration Tests for windows case-basic
- name: Envoy Integration Tests for windows case-api-gateway-http-simple
shell: bash
if: always()
env:
Expand All @@ -250,10 +250,10 @@ jobs:
TERM: ansi
run: |
# shellcheck disable=SC2001
echo "Running Integration Test case-basic"
echo "Running Integration Test case-api-gateway-http-simple"
# shellcheck disable=SC2001
go test -v -timeout=45m -tags integration \
./test/integration/connect/envoy -run="TestEnvoy/case-basic" -win=true
./test/integration/connect/envoy -run="TestEnvoy/case-api-gateway-http-simple" -win=true
- name: Envoy Integration Tests for windows case-centralconf
shell: bash
Expand Down

0 comments on commit 48e6af4

Please sign in to comment.