Skip to content

Run Operator E2E Tests #59

Run Operator E2E Tests

Run Operator E2E Tests #59

name: Run operator E2E tests
on:
workflow_dispatch:
inputs:
operator_image_version:
description: The pipeline will run the E2E test with this operator image version
type: string
default: 'latest'
core_image_version:
description: The pipeline will run the E2E test with this core image version
type: string
default: 'latest'
optout_image_version:
description: The pipeline will run the E2E test with this optout image version
type: string
default: 'latest'
e2e_image_version:
description: The pipeline will run the E2E test with this e2e image version
type: string
default: 'latest'
workflow_call:
inputs:
operator_image_version:
description: The pipeline will run the E2E test with this operator image version
type: string
default: 'latest'
core_image_version:
description: The pipeline will run the E2E test with this core image version
type: string
default: 'latest'
optout_image_version:
description: The pipeline will run the E2E test with this optout image version
type: string
default: 'latest'
e2e_image_version:
description: The pipeline will run the E2E test with this e2e image version
type: string
default: 'latest'
jobs:
e2e-test:
name: E2E Test
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-run-e2e-tests.yaml@kcc-UID2-2338-build-test-pipeline-for-operator
with:
operator_image_version: ${{ inputs.operator_image_version }}
core_image_version: ${{ inputs.core_image_version }}
optout_image_version: ${{ inputs.optout_image_version }}
e2e_image_version: ${{ inputs.e2e_image_version }}
operator_root: '..'
secrets: inherit