Skip to content

Commit

Permalink
proper release
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Sep 3, 2024
1 parent d20e1eb commit 6fb9c02
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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: ee73688ebed3852932da5d5800889889cf54cae1
ref: v0.2.2
path: ./ci-testing
- uses: ./ci-testing/.github/actions/code-quality
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: mosaicml/ci-testing
ref: ee73688ebed3852932da5d5800889889cf54cae1
ref: v0.2.2
path: ./ci-testing
- uses: ./ci-testing/.github/actions/coverage
with:
Expand Down
6 changes: 3 additions & 3 deletions .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@ee73688ebed3852932da5d5800889889cf54cae1
uses: mosaicml/ci-testing/.github/actions/pytest-cpu@v0.2.2
with:
name: ${{ matrix.name }}
pip_deps: "[all]"
Expand Down 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@ee73688ebed3852932da5d5800889889cf54cae1
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.2.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: ee73688ebed3852932da5d5800889889cf54cae1
ci_repo_gpu_test_ref: v0.2.2
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/pytest-cpu@ee73688ebed3852932da5d5800889889cf54cae1
uses: mosaicml/ci-testing/.github/actions/pytest-cpu@v0.2.2
with:
name: ${{ matrix.name }}
pip_deps: "[all]"
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PR GPU tests
on:
pull_request:
pull_request_target:
workflow_dispatch:
# Cancel old runs when a new commit is pushed to the same branch if not on main
# or dev
Expand All @@ -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@ee73688ebed3852932da5d5800889889cf54cae1
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.2.2
with:
name: ${{ matrix.name }}
composer_package_name: ${{ matrix.composer_package_name }}
Expand All @@ -37,7 +37,7 @@ jobs:
python_version: 3.9
gpu_num: 1
mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }}
ci_repo_gpu_test_ref: ee73688ebed3852932da5d5800889889cf54cae1
ci_repo_gpu_test_ref: v0.2.2
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@ee73688ebed3852932da5d5800889889cf54cae1
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.2.2
with:
name: ${{ matrix.name }}
composer_package_name: ${{ matrix.composer_package_name }}
Expand All @@ -67,7 +67,7 @@ jobs:
python_version: 3.9
gpu_num: 2
mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }}
ci_repo_gpu_test_ref: ee73688ebed3852932da5d5800889889cf54cae1
ci_repo_gpu_test_ref: v0.2.2
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@ee73688ebed3852932da5d5800889889cf54cae1
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@v0.2.2
with:
name: ${{ matrix.name }}
composer_package_name: ${{ matrix.composer_package_name }}
Expand All @@ -97,4 +97,4 @@ jobs:
python_version: 3.9
gpu_num: 4
mcloud_api_key: ${{ secrets.MCLOUD_API_KEY }}
ci_repo_gpu_test_ref: ee73688ebed3852932da5d5800889889cf54cae1
ci_repo_gpu_test_ref: v0.2.2
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: ee73688ebed3852932da5d5800889889cf54cae1
ref: v0.2.2
path: ./ci-testing
- uses: ./ci-testing/.github/actions/smoketest
with:
Expand Down

0 comments on commit 6fb9c02

Please sign in to comment.