Skip to content

Commit 93eaddc

Browse files
test: run all tests in parallel (argoproj-labs#184)
Signed-off-by: Kostis Kapelonis <kostis.kapelonis@octopus.com>
1 parent 68d780b commit 93eaddc

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

test/e2e/chainsaw/advanced-header-based-grpcroute/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
regardless of subsequent setWeight calls. This test creates two header routes at different
1313
weight stages (30% and 60%) and verifies they remain unchanged when weight increases to 90%.
1414
namespace: default
15-
concurrent: false
15+
concurrent: true
1616

1717
steps:
1818
- name: create-resources

test/e2e/chainsaw/advanced-header-based-httproute/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
regardless of subsequent setWeight calls. This test creates two header routes at different
1313
weight stages (30% and 60%) and verifies they remain unchanged when weight increases to 90%.
1414
namespace: default
15-
concurrent: false
15+
concurrent: true
1616

1717
steps:
1818
- name: create-resources
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: gateway.networking.k8s.io/v1
22
kind: HTTPRoute
33
metadata:
4-
name: httproute-basic
4+
name: httproute-label-basic
55
namespace: default
66
(contains(keys(labels || `{}`), 'rollouts.argoproj.io/gatewayapi-canary')): false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: gateway.networking.k8s.io/v1
22
kind: HTTPRoute
33
metadata:
4-
name: httproute-basic
4+
name: httproute-label-basic
55
namespace: default
66
labels:
77
rollouts.argoproj.io/gatewayapi-canary: in-progress

test/e2e/chainsaw/httproute-label/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
and removes it once the rollout completes.
1212
# Uses 'default' namespace so the gateway (traefik-gateway) is accessible.
1313
namespace: default
14-
concurrent: false
14+
concurrent: true
1515

1616
steps:
1717
- name: create-resources

test/e2e/chainsaw/httproute-label/resources/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: gateway.networking.k8s.io/v1
22
kind: HTTPRoute
33
metadata:
4-
name: httproute-basic
4+
name: httproute-label-basic
55
namespace: default
66
spec:
77
parentRefs:

test/e2e/chainsaw/httproute-label/resources/rollout.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
trafficRouting:
1313
plugins:
1414
argoproj-labs/gatewayAPI:
15-
httpRoute: httproute-basic
15+
httpRoute: httproute-label-basic
1616
namespace: default
1717
steps:
1818
- setWeight: 30

test/e2e/chainsaw/single-grpcroute-filters/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
header-match rule when header-based routing is active.
1313
# Uses 'default' namespace so the gateway (traefik-gateway) is accessible.
1414
namespace: default
15-
concurrent: false
15+
concurrent: true
1616

1717
steps:
1818
- name: create-resources

test/e2e/chainsaw/single-grpcroute/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
to 0 once the rollout completes.
1212
# Uses 'default' namespace so the gateway (traefik-gateway) is accessible.
1313
namespace: default
14-
concurrent: false
14+
concurrent: true
1515

1616
steps:
1717
- name: create-resources

test/e2e/chainsaw/single-header-based-grpcroute/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
the rollout completes.
1313
# Uses 'default' namespace so the gateway (traefik-gateway) is accessible.
1414
namespace: default
15-
concurrent: false
15+
concurrent: true
1616

1717
steps:
1818
- name: create-resources

0 commit comments

Comments
 (0)