From b4a0af6b8e3f6cc7dc80e831fe120a4bbe449fcd Mon Sep 17 00:00:00 2001 From: Simone Bruzzese Date: Fri, 27 Oct 2023 12:25:46 +0200 Subject: [PATCH] chore(ci): change pipelines order --- .drone.yml | 386 ++++++++++++++++++++++++++--------------------------- 1 file changed, 193 insertions(+), 193 deletions(-) diff --git a/.drone.yml b/.drone.yml index eae349a..7c14355 100644 --- a/.drone.yml +++ b/.drone.yml @@ -224,13 +224,12 @@ volumes: temp: {} --- -name: e2e-kubernetes-1.24-kuma +name: e2e-kubernetes-1.25-istio kind: pipeline type: docker depends_on: - - e2e-kubernetes-1.26-istio - - e2e-kubernetes-1.27-istio + - policeman platform: os: linux @@ -248,18 +247,18 @@ trigger: steps: - name: init - image: quay.io/sighup/e2e-testing-drone-plugin:v1.24.0 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.25.3 pull: always volumes: - name: shared path: /shared depends_on: [clone] settings: - action: custom-cluster-124 - pipeline_id: cluster-124 + action: custom-cluster-125 + pipeline_id: cluster-125 local_kind_config_path: katalog/tests/istio-operator/kind-config.yml instance_size: 2-extra-large - cluster_version: "1.24.0" + cluster_version: "1.25.3" instance_path: /shared aws_default_region: from_secret: aws_region @@ -280,27 +279,75 @@ steps: dockerhub_password: from_secret: dockerhub_password - - name: e2e-kuma-standalone - image: quay.io/sighup/e2e-testing:1.1.0_0.7.0_3.1.1_1.9.4_1.24.1_3.8.7_4.21.1 + - name: e2e-requirements + image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 pull: always volumes: - name: shared path: /shared depends_on: [init] commands: - - export CLUSTER_NAME=124 + - export CLUSTER_NAME=125 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-124 - - bats -t katalog/tests/kuma-standalone/kuma-standalone-deploy.sh - - bats -t katalog/tests/kuma-standalone/kuma-demo-deploy.sh + - export KUBECONFIG=/shared/kube/kubeconfig-125 + - cd katalog/tests/istio-operator/requirements + - furyctl vendor -H + - cd ../../../../ + - bats -t katalog/tests/istio-operator/istio-requirements.sh + + - name: e2e-basic-istio + image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 + pull: always + volumes: + - name: shared + path: /shared + depends_on: [e2e-requirements] + commands: + - export CLUSTER_NAME=125 + - export INSTANCE_IP=$(cat /shared/machine/ip) + - export KUBECONFIG=/shared/kube/kubeconfig-125 + - bats -t katalog/tests/istio-operator/istio-minimal-install.sh + - bats -t katalog/tests/istio-operator/istio-minimal.sh + + - name: e2e-egress-gateway + image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 + pull: always + volumes: + - name: shared + path: /shared + depends_on: [e2e-basic-istio] + commands: + - export CLUSTER_NAME=125 + - export INSTANCE_IP=$(cat /shared/machine/ip) + - export KUBECONFIG=/shared/kube/kubeconfig-125 + - bats -t katalog/tests/istio-operator/istio-egress-install.sh + - bats -t katalog/tests/istio-operator/istio-egress-external-services.sh + + - name: e2e-istio-with-citadel + image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 + pull: always + volumes: + - name: shared + path: /shared + depends_on: [e2e-egress-gateway] + commands: + - export CLUSTER_NAME=125 + - export INSTANCE_IP=$(cat /shared/machine/ip) + - export KUBECONFIG=/shared/kube/kubeconfig-125 + - bats -t katalog/tests/istio-operator/istio-citadel-authn-install.sh + - bats -t katalog/tests/istio-operator/istio-citadel-authn-1.sh + - bats -t katalog/tests/istio-operator/istio-citadel-authn-2.sh + - bats -t katalog/tests/istio-operator/istio-citadel-authn-3.sh + - bats -t katalog/tests/istio-operator/istio-citadel-authn-cleanup.sh + - bats -t katalog/tests/istio-operator/istio-citadel-rollback.sh - name: destroy - image: quay.io/sighup/e2e-testing-drone-plugin:v1.24.0 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.25.3 pull: always - depends_on: [e2e-kuma-standalone] + depends_on: [e2e-istio-with-citadel] settings: action: destroy - pipeline_id: cluster-124 + pipeline_id: cluster-125 aws_default_region: from_secret: aws_region aws_access_key_id: @@ -329,12 +376,14 @@ volumes: temp: {} --- -name: e2e-kubernetes-1.25-istio +name: e2e-kubernetes-1.26-istio kind: pipeline type: docker depends_on: - - policeman + - e2e-kubernetes-1.24-istio + - e2e-kubernetes-1.25-istio + platform: os: linux @@ -352,18 +401,18 @@ trigger: steps: - name: init - image: quay.io/sighup/e2e-testing-drone-plugin:v1.25.3 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.26.4 pull: always volumes: - name: shared path: /shared depends_on: [clone] settings: - action: custom-cluster-125 - pipeline_id: cluster-125 + action: custom-cluster-126 + pipeline_id: cluster-126 local_kind_config_path: katalog/tests/istio-operator/kind-config.yml instance_size: 2-extra-large - cluster_version: "1.25.3" + cluster_version: "1.26.4" instance_path: /shared aws_default_region: from_secret: aws_region @@ -385,60 +434,60 @@ steps: from_secret: dockerhub_password - name: e2e-requirements - image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 pull: always volumes: - name: shared path: /shared depends_on: [init] commands: - - export CLUSTER_NAME=125 + - export CLUSTER_NAME=126 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-125 + - export KUBECONFIG=/shared/kube/kubeconfig-126 - cd katalog/tests/istio-operator/requirements - furyctl vendor -H - cd ../../../../ - bats -t katalog/tests/istio-operator/istio-requirements.sh - name: e2e-basic-istio - image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 pull: always volumes: - name: shared path: /shared depends_on: [e2e-requirements] commands: - - export CLUSTER_NAME=125 + - export CLUSTER_NAME=126 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-125 + - export KUBECONFIG=/shared/kube/kubeconfig-126 - bats -t katalog/tests/istio-operator/istio-minimal-install.sh - bats -t katalog/tests/istio-operator/istio-minimal.sh - name: e2e-egress-gateway - image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 pull: always volumes: - name: shared path: /shared depends_on: [e2e-basic-istio] commands: - - export CLUSTER_NAME=125 + - export CLUSTER_NAME=126 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-125 + - export KUBECONFIG=/shared/kube/kubeconfig-126 - bats -t katalog/tests/istio-operator/istio-egress-install.sh - bats -t katalog/tests/istio-operator/istio-egress-external-services.sh - name: e2e-istio-with-citadel - image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 pull: always volumes: - name: shared path: /shared depends_on: [e2e-egress-gateway] commands: - - export CLUSTER_NAME=125 + - export CLUSTER_NAME=126 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-125 + - export KUBECONFIG=/shared/kube/kubeconfig-126 - bats -t katalog/tests/istio-operator/istio-citadel-authn-install.sh - bats -t katalog/tests/istio-operator/istio-citadel-authn-1.sh - bats -t katalog/tests/istio-operator/istio-citadel-authn-2.sh @@ -447,12 +496,12 @@ steps: - bats -t katalog/tests/istio-operator/istio-citadel-rollback.sh - name: destroy - image: quay.io/sighup/e2e-testing-drone-plugin:v1.25.3 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.26.4 pull: always depends_on: [e2e-istio-with-citadel] settings: action: destroy - pipeline_id: cluster-125 + pipeline_id: cluster-126 aws_default_region: from_secret: aws_region aws_access_key_id: @@ -481,13 +530,13 @@ volumes: temp: {} --- -name: e2e-kubernetes-1.25-kuma +name: e2e-kubernetes-1.27-istio kind: pipeline type: docker depends_on: - - e2e-kubernetes-1.26-istio - - e2e-kubernetes-1.27-istio + - e2e-kubernetes-1.24-istio + - e2e-kubernetes-1.25-istio platform: os: linux @@ -505,18 +554,18 @@ trigger: steps: - name: init - image: quay.io/sighup/e2e-testing-drone-plugin:v1.25.3 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.27.1 pull: always volumes: - name: shared path: /shared depends_on: [clone] settings: - action: custom-cluster-125 - pipeline_id: cluster-125 + action: custom-cluster-127 + pipeline_id: cluster-127 local_kind_config_path: katalog/tests/istio-operator/kind-config.yml instance_size: 2-extra-large - cluster_version: "1.25.3" + cluster_version: "1.27.1" instance_path: /shared aws_default_region: from_secret: aws_region @@ -537,27 +586,75 @@ steps: dockerhub_password: from_secret: dockerhub_password - - name: e2e-kuma-standalone - image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 + - name: e2e-requirements + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.12.0_1.9.4_1.27.1_3.5.3_4.33.3 pull: always volumes: - name: shared path: /shared depends_on: [init] commands: - - export CLUSTER_NAME=125 + - export CLUSTER_NAME=127 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-125 - - bats -t katalog/tests/kuma-standalone/kuma-standalone-deploy.sh - - bats -t katalog/tests/kuma-standalone/kuma-demo-deploy.sh + - export KUBECONFIG=/shared/kube/kubeconfig-127 + - cd katalog/tests/istio-operator/requirements + - furyctl vendor -H + - cd ../../../../ + - bats -t katalog/tests/istio-operator/istio-requirements.sh + + - name: e2e-basic-istio + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.12.0_1.9.4_1.27.1_3.5.3_4.33.3 + pull: always + volumes: + - name: shared + path: /shared + depends_on: [e2e-requirements] + commands: + - export CLUSTER_NAME=127 + - export INSTANCE_IP=$(cat /shared/machine/ip) + - export KUBECONFIG=/shared/kube/kubeconfig-127 + - bats -t katalog/tests/istio-operator/istio-minimal-install.sh + - bats -t katalog/tests/istio-operator/istio-minimal.sh + + - name: e2e-egress-gateway + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.12.0_1.9.4_1.27.1_3.5.3_4.33.3 + pull: always + volumes: + - name: shared + path: /shared + depends_on: [e2e-basic-istio] + commands: + - export CLUSTER_NAME=127 + - export INSTANCE_IP=$(cat /shared/machine/ip) + - export KUBECONFIG=/shared/kube/kubeconfig-127 + - bats -t katalog/tests/istio-operator/istio-egress-install.sh + - bats -t katalog/tests/istio-operator/istio-egress-external-services.sh + + - name: e2e-istio-with-citadel + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.12.0_1.9.4_1.27.1_3.5.3_4.33.3 + pull: always + volumes: + - name: shared + path: /shared + depends_on: [e2e-egress-gateway] + commands: + - export CLUSTER_NAME=127 + - export INSTANCE_IP=$(cat /shared/machine/ip) + - export KUBECONFIG=/shared/kube/kubeconfig-127 + - bats -t katalog/tests/istio-operator/istio-citadel-authn-install.sh + - bats -t katalog/tests/istio-operator/istio-citadel-authn-1.sh + - bats -t katalog/tests/istio-operator/istio-citadel-authn-2.sh + - bats -t katalog/tests/istio-operator/istio-citadel-authn-3.sh + - bats -t katalog/tests/istio-operator/istio-citadel-authn-cleanup.sh + - bats -t katalog/tests/istio-operator/istio-citadel-rollback.sh - name: destroy - image: quay.io/sighup/e2e-testing-drone-plugin:v1.25.3 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.27.1 pull: always - depends_on: [e2e-kuma-standalone] + depends_on: [e2e-istio-with-citadel] settings: action: destroy - pipeline_id: cluster-125 + pipeline_id: cluster-127 aws_default_region: from_secret: aws_region aws_access_key_id: @@ -586,14 +683,13 @@ volumes: temp: {} --- -name: e2e-kubernetes-1.26-istio +name: e2e-kubernetes-1.24-kuma kind: pipeline type: docker depends_on: - - e2e-kubernetes-1.24-istio - - e2e-kubernetes-1.25-istio - + - e2e-kubernetes-1.26-istio + - e2e-kubernetes-1.27-istio platform: os: linux @@ -611,18 +707,18 @@ trigger: steps: - name: init - image: quay.io/sighup/e2e-testing-drone-plugin:v1.26.4 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.24.0 pull: always volumes: - name: shared path: /shared depends_on: [clone] settings: - action: custom-cluster-126 - pipeline_id: cluster-126 + action: custom-cluster-124 + pipeline_id: cluster-124 local_kind_config_path: katalog/tests/istio-operator/kind-config.yml instance_size: 2-extra-large - cluster_version: "1.26.4" + cluster_version: "1.24.0" instance_path: /shared aws_default_region: from_secret: aws_region @@ -643,75 +739,27 @@ steps: dockerhub_password: from_secret: dockerhub_password - - name: e2e-requirements - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 + - name: e2e-kuma-standalone + image: quay.io/sighup/e2e-testing:1.1.0_0.7.0_3.1.1_1.9.4_1.24.1_3.8.7_4.21.1 pull: always volumes: - name: shared path: /shared depends_on: [init] commands: - - export CLUSTER_NAME=126 - - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-126 - - cd katalog/tests/istio-operator/requirements - - furyctl vendor -H - - cd ../../../../ - - bats -t katalog/tests/istio-operator/istio-requirements.sh - - - name: e2e-basic-istio - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 - pull: always - volumes: - - name: shared - path: /shared - depends_on: [e2e-requirements] - commands: - - export CLUSTER_NAME=126 - - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-126 - - bats -t katalog/tests/istio-operator/istio-minimal-install.sh - - bats -t katalog/tests/istio-operator/istio-minimal.sh - - - name: e2e-egress-gateway - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 - pull: always - volumes: - - name: shared - path: /shared - depends_on: [e2e-basic-istio] - commands: - - export CLUSTER_NAME=126 - - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-126 - - bats -t katalog/tests/istio-operator/istio-egress-install.sh - - bats -t katalog/tests/istio-operator/istio-egress-external-services.sh - - - name: e2e-istio-with-citadel - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 - pull: always - volumes: - - name: shared - path: /shared - depends_on: [e2e-egress-gateway] - commands: - - export CLUSTER_NAME=126 + - export CLUSTER_NAME=124 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-126 - - bats -t katalog/tests/istio-operator/istio-citadel-authn-install.sh - - bats -t katalog/tests/istio-operator/istio-citadel-authn-1.sh - - bats -t katalog/tests/istio-operator/istio-citadel-authn-2.sh - - bats -t katalog/tests/istio-operator/istio-citadel-authn-3.sh - - bats -t katalog/tests/istio-operator/istio-citadel-authn-cleanup.sh - - bats -t katalog/tests/istio-operator/istio-citadel-rollback.sh + - export KUBECONFIG=/shared/kube/kubeconfig-124 + - bats -t katalog/tests/kuma-standalone/kuma-standalone-deploy.sh + - bats -t katalog/tests/kuma-standalone/kuma-demo-deploy.sh - name: destroy - image: quay.io/sighup/e2e-testing-drone-plugin:v1.26.4 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.24.0 pull: always - depends_on: [e2e-istio-with-citadel] + depends_on: [e2e-kuma-standalone] settings: action: destroy - pipeline_id: cluster-126 + pipeline_id: cluster-124 aws_default_region: from_secret: aws_region aws_access_key_id: @@ -740,13 +788,13 @@ volumes: temp: {} --- -name: e2e-kubernetes-1.26-kuma +name: e2e-kubernetes-1.25-kuma kind: pipeline type: docker depends_on: - - e2e-kubernetes-1.24-kuma - - e2e-kubernetes-1.25-kuma + - e2e-kubernetes-1.26-istio + - e2e-kubernetes-1.27-istio platform: os: linux @@ -764,18 +812,18 @@ trigger: steps: - name: init - image: quay.io/sighup/e2e-testing-drone-plugin:v1.26.4 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.25.3 pull: always volumes: - name: shared path: /shared depends_on: [clone] settings: - action: custom-cluster-126 - pipeline_id: cluster-126 + action: custom-cluster-125 + pipeline_id: cluster-125 local_kind_config_path: katalog/tests/istio-operator/kind-config.yml instance_size: 2-extra-large - cluster_version: "1.26.4" + cluster_version: "1.25.3" instance_path: /shared aws_default_region: from_secret: aws_region @@ -797,26 +845,26 @@ steps: from_secret: dockerhub_password - name: e2e-kuma-standalone - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 + image: quay.io/sighup/e2e-testing:1.1.0_0.9.0_3.1.1_1.9.4_1.25.3_3.5.3_4.21.1 pull: always volumes: - name: shared path: /shared depends_on: [init] commands: - - export CLUSTER_NAME=126 + - export CLUSTER_NAME=125 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-126 + - export KUBECONFIG=/shared/kube/kubeconfig-125 - bats -t katalog/tests/kuma-standalone/kuma-standalone-deploy.sh - bats -t katalog/tests/kuma-standalone/kuma-demo-deploy.sh - name: destroy - image: quay.io/sighup/e2e-testing-drone-plugin:v1.26.4 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.25.3 pull: always depends_on: [e2e-kuma-standalone] settings: action: destroy - pipeline_id: cluster-126 + pipeline_id: cluster-125 aws_default_region: from_secret: aws_region aws_access_key_id: @@ -845,13 +893,13 @@ volumes: temp: {} --- -name: e2e-kubernetes-1.27-istio +name: e2e-kubernetes-1.26-kuma kind: pipeline type: docker depends_on: - - e2e-kubernetes-1.24-istio - - e2e-kubernetes-1.25-istio + - e2e-kubernetes-1.24-kuma + - e2e-kubernetes-1.25-kuma platform: os: linux @@ -869,18 +917,18 @@ trigger: steps: - name: init - image: quay.io/sighup/e2e-testing-drone-plugin:v1.27.1 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.26.4 pull: always volumes: - name: shared path: /shared depends_on: [clone] settings: - action: custom-cluster-127 - pipeline_id: cluster-127 + action: custom-cluster-126 + pipeline_id: cluster-126 local_kind_config_path: katalog/tests/istio-operator/kind-config.yml instance_size: 2-extra-large - cluster_version: "1.27.1" + cluster_version: "1.26.4" instance_path: /shared aws_default_region: from_secret: aws_region @@ -901,75 +949,27 @@ steps: dockerhub_password: from_secret: dockerhub_password - - name: e2e-requirements - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.12.0_1.9.4_1.27.1_3.5.3_4.33.3 + - name: e2e-kuma-standalone + image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.1.1_1.9.4_1.26.3_3.5.3_4.33.3 pull: always volumes: - name: shared path: /shared depends_on: [init] commands: - - export CLUSTER_NAME=127 - - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-127 - - cd katalog/tests/istio-operator/requirements - - furyctl vendor -H - - cd ../../../../ - - bats -t katalog/tests/istio-operator/istio-requirements.sh - - - name: e2e-basic-istio - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.12.0_1.9.4_1.27.1_3.5.3_4.33.3 - pull: always - volumes: - - name: shared - path: /shared - depends_on: [e2e-requirements] - commands: - - export CLUSTER_NAME=127 - - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-127 - - bats -t katalog/tests/istio-operator/istio-minimal-install.sh - - bats -t katalog/tests/istio-operator/istio-minimal.sh - - - name: e2e-egress-gateway - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.12.0_1.9.4_1.27.1_3.5.3_4.33.3 - pull: always - volumes: - - name: shared - path: /shared - depends_on: [e2e-basic-istio] - commands: - - export CLUSTER_NAME=127 - - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-127 - - bats -t katalog/tests/istio-operator/istio-egress-install.sh - - bats -t katalog/tests/istio-operator/istio-egress-external-services.sh - - - name: e2e-istio-with-citadel - image: quay.io/sighup/e2e-testing:1.1.0_0.11.0_3.12.0_1.9.4_1.27.1_3.5.3_4.33.3 - pull: always - volumes: - - name: shared - path: /shared - depends_on: [e2e-egress-gateway] - commands: - - export CLUSTER_NAME=127 + - export CLUSTER_NAME=126 - export INSTANCE_IP=$(cat /shared/machine/ip) - - export KUBECONFIG=/shared/kube/kubeconfig-127 - - bats -t katalog/tests/istio-operator/istio-citadel-authn-install.sh - - bats -t katalog/tests/istio-operator/istio-citadel-authn-1.sh - - bats -t katalog/tests/istio-operator/istio-citadel-authn-2.sh - - bats -t katalog/tests/istio-operator/istio-citadel-authn-3.sh - - bats -t katalog/tests/istio-operator/istio-citadel-authn-cleanup.sh - - bats -t katalog/tests/istio-operator/istio-citadel-rollback.sh + - export KUBECONFIG=/shared/kube/kubeconfig-126 + - bats -t katalog/tests/kuma-standalone/kuma-standalone-deploy.sh + - bats -t katalog/tests/kuma-standalone/kuma-demo-deploy.sh - name: destroy - image: quay.io/sighup/e2e-testing-drone-plugin:v1.27.1 + image: quay.io/sighup/e2e-testing-drone-plugin:v1.26.4 pull: always - depends_on: [e2e-istio-with-citadel] + depends_on: [e2e-kuma-standalone] settings: action: destroy - pipeline_id: cluster-127 + pipeline_id: cluster-126 aws_default_region: from_secret: aws_region aws_access_key_id: