From 51e602906360d71e939c456a9e0e88d807373820 Mon Sep 17 00:00:00 2001 From: Kevin DeShawn <126115026+KevDevSha@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:04:36 -0600 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f591eb1060..9bd73f6d6d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,7 @@ on: pull_request: {} jobs: check-ip: - runs-on: mosaic-4wide + runs-on: mosaic-8wide steps: - name: Check Runner IP run: curl https://ipinfo.io/ip @@ -12,14 +12,14 @@ jobs: with: repository: databricks-mosaic/devops token: ${{ secrets.GHCR_TOKEN }} - - name: Login to GHCR - uses: docker/login-action@v3 - with: - username: ${{ secrets.GHCR_USERNAME }} - password: ${{ secrets.GHCR_TOKEN }} - registry: 'ghcr.io' - - name: Pull and tag image - run: | - docker pull ubuntu:latest - docker tag ubuntu:latest ghcr.io/databricks-mosaic/pytorch:test-123 - docker push ghcr.io/databricks-mosaic/pytorch:test-123 + # - name: Login to GHCR + # uses: docker/login-action@v3 + # with: + # username: ${{ secrets.GHCR_USERNAME }} + # password: ${{ secrets.GHCR_TOKEN }} + # registry: 'ghcr.io' + # - name: Pull and tag image + # run: | + # docker pull ubuntu:latest + # docker tag ubuntu:latest ghcr.io/databricks-mosaic/pytorch:test-123 + # docker push ghcr.io/databricks-mosaic/pytorch:test-123