Skip to content

Add GKE example

Add GKE example #846

Workflow file for this run

name: NCCL on Kubernetes
on:
schedule:
- cron: '30 8 * * *'
pull_request:
types:
- opened
- reopened
- ready_for_review
- synchronize
paths-ignore:
- '**.md'
- '.github/triage/**'
workflow_dispatch:
inputs:
CONTAINER:
type: string
default: ghcr.io/nvidia/jax:base
description: Container to test, this is assumed to already contain the NCCL tests
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions:
actions: write # to cancel previous workflows
contents: read # to fetch code
packages: write # to upload container
jobs:
nccl-tests:
uses: ./.github/workflows/_test_nccl.yaml

Check failure on line 33 in .github/workflows/nccl-k8s.yaml

View workflow run for this annotation

GitHub Actions / NCCL on Kubernetes

Invalid workflow file

The workflow is not valid. In .github/workflows/nccl-k8s.yaml (Line: 33, Col: 11): Error from called workflow NVIDIA/JAX-Toolbox/.github/workflows/_test_nccl.yaml@d739c90ec9b8844778b2e61383e363cdcd284885 (Line: 19, Col: 5): Unexpected value 'uses' In .github/workflows/nccl-k8s.yaml (Line: 33, Col: 11): Error from called workflow NVIDIA/JAX-Toolbox/.github/workflows/_test_nccl.yaml@d739c90ec9b8844778b2e61383e363cdcd284885 (Line: 20, Col: 5): Unexpected value 'with'
with:
CONTAINER: ${{ inputs.CONTAINER }}
secrets: inherit