Skip to content

(Galaxy) demo tests #11

(Galaxy) demo tests

(Galaxy) demo tests #11

name: "Galaxy demo tests"
on:
workflow_dispatch:
inputs:
extra-tag:
required: true
type: string
default: "in-service"
schedule:
- cron: '0 0 * * 6' # Runs every Saturday at 12am UTC
- cron: '0 0 * * 0' # Runs every Sunday at 12am UTC
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml
secrets: inherit
with:
version: 22.04
build-wheel: true
tg-demo-tests:
needs: build-artifact
secrets: inherit
uses: ./.github/workflows/tg-demo-tests-impl.yaml
with:
extra-tag: ${{ inputs.extra-tag }}
docker-image: ${{ needs.build-artifact.outputs.dev-docker-image }}
wheel-artifact-name: ${{ needs.build-artifact.outputs.wheel-artifact-name }}
build-artifact-name: ${{ needs.build-artifact.outputs.build-artifact-name }}
topology: topology-6u