Skip to content

Cloud E2E Schedule Web #97

Cloud E2E Schedule Web

Cloud E2E Schedule Web #97

name: Cloud E2E Schedule Web
on:
workflow_dispatch:
schedule:
- cron: '0 19 * * 0-4' # Runs at 3:00 UTC on Mon to Friday
jobs:
release-e2e-image:
strategy:
fail-fast: false
matrix:
branch-name: [ "main" ]
uses: ./.github/workflows/release-image-cache.yml
with:
GITHUB_REPO: "apecloud/e2etest"
GITHUB_REF: "${{ matrix.branch-name }}"
IMG: "apecloud/e2e-web"
CONTEXT: "./web"
DOCKERFILE_PATH: "./web/Dockerfile.code"
VERSION: "${{ matrix.branch-name }}"
REMOVE_PREFIX: false
secrets: inherit
# e2e-web-test-10:
# needs: [ release-e2e-image ]
# uses: ./.github/workflows/trigger-workflow.yml
# with:
# GITHUB_REPO: "apecloud/apecloud-cd"
# BRANCH_NAME: "main"
# WORKFLOW_ID: "cloud-e2e-web.yml"
# APECD_REF: "main"
# EXTRA_ARGS: "TEST_ENGINES=${{ vars.KB_CLOUD_WEB_TEST_ENGINES }}#CURRENT_VERSION=0.30#CLOUD_ENV_NAME=idc1#E2ETEST_BRANCH=main"
# secrets: inherit