Skip to content

Commit

Permalink
Trigger NGC test
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Apr 8, 2024
1 parent ae016a8 commit 092461c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ on:
jobs:
ngc-release:
uses: ./.github/workflows/ngc-release-testing.yaml
with:
JAX_IMAGE: nvcr.io/nvidian/trigger-jax-toolbox-actions:14090586-jax-py3
PAX_IMAGE: nvcr.io/nvidian/trigger-jax-toolbox-actions:14090586-pax-py3
secrets: inherit

4 changes: 2 additions & 2 deletions .github/workflows/ngc-release-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
type: string
description: "JAX image to run tests on"
required: false
default: ''
default: 'nvcr.io/nvidian/trigger-jax-toolbox-actions:14090586-jax-py3'
PAX_IMAGE:
type: string
description: "Rosetta Pax image to run tests on"
required: false
default: ''
default: 'nvcr.io/nvidian/trigger-jax-toolbox-actions:14090586-pax-py3'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 092461c

Please sign in to comment.