Skip to content

e2e tests (targeted), branch:renovate/kuma-2.x, triggered by @team-k8s-bot #591

e2e tests (targeted), branch:renovate/kuma-2.x, triggered by @team-k8s-bot

e2e tests (targeted), branch:renovate/kuma-2.x, triggered by @team-k8s-bot #591

Workflow file for this run

name: e2e tests (targeted)
run-name: e2e tests (targeted), branch:${{ github.ref_name }}, triggered by @${{ github.actor }}
concurrency:
# Limit the concurrency of e2e tests to run only 1 workflow for ref (branch).
# Ref: https://docs.github.com/en/actions/using-jobs/using-concurrency
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs:
controller-image:
description: KIC Docker image to test with. If empty, builds an image from the dispatch branch.
type: string
required: false
run-gke:
description: Run E2E tests on GKE as well as on Kind.
type: boolean
default: false
run-istio:
description: Run Istio E2E tests.
type: boolean
default: false
all-supported-k8s-versions:
description: Run tests against all supported Kubernetes versions. Otherwise, only against the latest one.
type: boolean
default: false
pr-number:
description: PR number to post a comment in. If empty, no comment is posted.
type: string
required: false
jobs:
post-comment-in-pr:
timeout-minutes: ${{ fromJSON(vars.GHA_EXTENDED