Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 90cd1b11b9c479efc58fb0806cb337b7068e2cb0
Author: Alexandre Payot <[email protected]>
Date:   Tue Jun 13 17:44:46 2023 +0100

    Update CI images to 3.2.1 containers
  • Loading branch information
payoto committed Jun 13, 2023
1 parent 04598d8 commit 5cc3aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/2-local-vpod-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string
description: "Docker image used in notebook testing"
required: false
default: "graphcore/pytorch-jupyter:3.2.0-ubuntu-20.04-20230331"
default: "graphcore/pytorch-jupyter:3.2.1-ubuntu-20.04-20230531"
notebooks:
type: string
description: "List of notebooks to test in JSON format"
Expand All @@ -36,7 +36,7 @@ jobs:
tests:
uses: graphcore/paperspace-automation/.github/workflows/subwf-vpod-tests-for-nb-repo.yml@main
with:
docker_image: ${{ inputs.docker_image || 'graphcore/pytorch-jupyter:3.2.0-ubuntu-20.04-20230331' }}
docker_image: ${{ inputs.docker_image || 'graphcore/pytorch-jupyter:3.2.1-ubuntu-20.04-20230531' }}
notebooks: ${{ inputs.notebooks }}
machine_types: ${{ inputs.machine_types }}
test_env: ${{ inputs.test_env || 'Local' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/3-probe-on-ps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: string
description: "Docker image used in notebook testing"
required: false
default: "graphcore/pytorch-jupyter:3.2.0-ubuntu-20.04-20230331"
default: "graphcore/pytorch-jupyter:3.2.1-ubuntu-20.04-20230531"
pull_request:
schedule:
# run at 7:30 PM GMT every night
Expand All @@ -19,7 +19,7 @@ jobs:
name: Probe in PS env
uses: graphcore/paperspace-automation/.github/workflows/subwf-probe-in-ps.yml@main
with:
docker_image: ${{ inputs.docker_image || 'graphcore/pytorch-jupyter:3.2.0-ubuntu-20.04-20230331' }}
docker_image: ${{ inputs.docker_image || 'graphcore/pytorch-jupyter:3.2.1-ubuntu-20.04-20230531' }}
secrets:
gh_user: ${{ secrets.GH_TOKEN_USER }}
gh_token: ${{ secrets.GH_TOKEN_SYNC_REPOS }}
Expand Down

0 comments on commit 5cc3aaf

Please sign in to comment.