Skip to content

Bump semver from 6.3.0 to 6.3.1 in /pkg/ui/v1beta1/frontend #222

Bump semver from 6.3.0 to 6.3.1 in /pkg/ui/v1beta1/frontend

Bump semver from 6.3.0 to 6.3.1 in /pkg/ui/v1beta1/frontend #222

name: E2E Test with tf-mnist-with-summaries
on:
pull_request:
paths-ignore:
- "pkg/new-ui/v1beta1/frontend/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
e2e:
runs-on: ubuntu-20.04
timeout-minutes: 120
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Test Env
uses: ./.github/workflows/template-setup-e2e-test
with:
kubernetes-version: ${{ matrix.kubernetes-version }}
- name: Run e2e test with ${{ matrix.experiments }} experiments
uses: ./.github/workflows/template-e2e-test
with:
experiments: ${{ matrix.experiments }}
training-operator: true
# Comma Delimited
trial-images: tf-mnist-with-summaries
strategy:
fail-fast: false
matrix:
kubernetes-version: ["v1.23.13", "v1.24.7", "v1.25.3"]
# Comma Delimited
experiments: ["tfjob-mnist-with-summaries"]