From e10e500dec9b49776dd749f2361cc6c063a1b6aa Mon Sep 17 00:00:00 2001 From: Mihir Patel Date: Tue, 3 Sep 2024 21:00:26 -0700 Subject: [PATCH] Roll back ci-testing for daillies (#3598) --- .github/workflows/daily.yaml | 4 ++-- .github/workflows/pr-gpu.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index f54c69cd81..401c3a7e22 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -165,7 +165,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.2.2 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.1.2 with: name: ${{ matrix.name }} composer_package_name: ${{ matrix.composer_package_name }} @@ -179,4 +179,4 @@ jobs: gpu_num: ${{ matrix.gpu_num }} mcloud_api_key: ${{ secrets.MCLOUD_DAILY_API_KEY }} gha_timeout: 5400 - ci_repo_gpu_test_ref: v0.2.2 + ci_repo_gpu_test_ref: v0.1.2 diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index 27ea68917f..e7c55cbe95 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -34,7 +34,7 @@ jobs: pip_deps: "[all]" pytest_command: ${{ matrix.pytest_command }} pytest_markers: ${{ matrix.markers }} - python_version: 3.9 + python_version: 3.11 gpu_num: 1 mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }} ci_repo_gpu_test_ref: v0.2.2 @@ -64,7 +64,7 @@ jobs: pip_deps: "[all]" pytest_command: ${{ matrix.pytest_command }} pytest_markers: ${{ matrix.markers }} - python_version: 3.9 + python_version: 3.11 gpu_num: 2 mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }} ci_repo_gpu_test_ref: v0.2.2 @@ -94,7 +94,7 @@ jobs: pip_deps: "[all]" pytest_command: ${{ matrix.pytest_command }} pytest_markers: ${{ matrix.markers }} - python_version: 3.9 + python_version: 3.11 gpu_num: 4 mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }} ci_repo_gpu_test_ref: v0.2.2