Skip to content

Commit

Permalink
Bump ci to v0.3.3 (#3759)
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Tang <[email protected]>
  • Loading branch information
j316chuck and Chuck Tang authored Jan 31, 2025
1 parent b8698d8 commit 4d71a21
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: mosaicml/ci-testing
ref: v0.2.2
ref: v0.3.3
path: ./ci-testing
- uses: ./ci-testing/.github/actions/code-quality
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
composer_package_name: mosaicml
steps:
- name: Run PR CPU Tests
uses: mosaicml/ci-testing/.github/actions/pytest-cpu@v0.2.2
uses: mosaicml/ci-testing/.github/actions/pytest-cpu@v0.3.3
with:
name: ${{ matrix.name }}
pip_deps: "[all]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pytest_command: coverage run -m pytest tests/test_docs.py
steps:
- name: Run PR CPU Tests
uses: mosaicml/ci-testing/.github/actions/[email protected].2
uses: mosaicml/ci-testing/.github/actions/[email protected].3
with:
name: ${{ matrix.name }}
pip_deps: "[all]"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.3.3
with:
name: ${{ matrix.name }}
composer_package_name: ${{ matrix.composer_package_name }}
Expand All @@ -37,7 +37,7 @@ jobs:
python_version: 3.11
gpu_num: 1
mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }}
ci_repo_gpu_test_ref: v0.2.2
ci_repo_gpu_test_ref: v0.3.3
pytest-gpu-2:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
Expand All @@ -54,7 +54,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.3.3
with:
name: ${{ matrix.name }}
composer_package_name: ${{ matrix.composer_package_name }}
Expand All @@ -67,7 +67,7 @@ jobs:
python_version: 3.11
gpu_num: 2
mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }}
ci_repo_gpu_test_ref: v0.2.2
ci_repo_gpu_test_ref: v0.3.3
pytest-gpu-4:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
Expand All @@ -84,7 +84,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.3.3
with:
name: ${{ matrix.name }}
composer_package_name: ${{ matrix.composer_package_name }}
Expand All @@ -97,4 +97,4 @@ jobs:
python_version: 3.11
gpu_num: 4
mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }}
ci_repo_gpu_test_ref: v0.2.2
ci_repo_gpu_test_ref: v0.3.3
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: mosaicml/ci-testing
ref: v0.2.2
ref: v0.3.3
path: ./ci-testing
- uses: ./ci-testing/.github/actions/smoketest
with:
Expand Down

0 comments on commit 4d71a21

Please sign in to comment.