Skip to content

Commit

Permalink
Roll back ci-testing for daillies (#3598)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Sep 4, 2024
1 parent 5230bdc commit e10e500
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit e10e500

Please sign in to comment.