Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Aug 30, 2024
1 parent 75d2efe commit 4b76ccd
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: 30f83fab56b5647d315d8a032c52c21aa8b01a22
ref: d4e165246e851c30de199a9f86e4f02fdeee936b
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: 30f83fab56b5647d315d8a032c52c21aa8b01a22
ref: d4e165246e851c30de199a9f86e4f02fdeee936b
path: ./ci-testing
- uses: ./ci-testing/.github/actions/coverage
with:
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 @@ -29,7 +29,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run PR CPU Tests
uses: mosaicml/ci-testing/.github/actions/pytest-cpu@30f83fab56b5647d315d8a032c52c21aa8b01a22
uses: mosaicml/ci-testing/.github/actions/pytest-cpu@d4e165246e851c30de199a9f86e4f02fdeee936b
with:
name: ${{ matrix.name }}
container: ${{ matrix.container }}
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 @@ -27,10 +27,10 @@ jobs:
markers: "gpu"
pip_deps: "[all]"
pytest_command: "coverage run -m pytest"
ci_repo_gpu_test_ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22
ci_repo_gpu_test_ref: d4e165246e851c30de199a9f86e4f02fdeee936b
steps:
- name: Run PR GPU Tests
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@30f83fab56b5647d315d8a032c52c21aa8b01a22
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d4e165246e851c30de199a9f86e4f02fdeee936b
with:
container: ${{ matrix.container }}
git_repo: mosaicml/llm-foundry
Expand All @@ -56,10 +56,10 @@ jobs:
markers: "gpu"
pip_deps: "[all]"
pytest_command: "coverage run -m pytest"
ci_repo_gpu_test_ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22
ci_repo_gpu_test_ref: d4e165246e851c30de199a9f86e4f02fdeee936b
steps:
- name: Run PR GPU Tests
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@30f83fab56b5647d315d8a032c52c21aa8b01a22
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d4e165246e851c30de199a9f86e4f02fdeee936b
with:
container: ${{ matrix.container }}
git_repo: mosaicml/llm-foundry
Expand All @@ -85,10 +85,10 @@ jobs:
markers: "gpu"
pip_deps: "[all]"
pytest_command: "coverage run -m pytest"
ci_repo_gpu_test_ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22
ci_repo_gpu_test_ref: d4e165246e851c30de199a9f86e4f02fdeee936b
steps:
- name: Run PR GPU Tests
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@30f83fab56b5647d315d8a032c52c21aa8b01a22
uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d4e165246e851c30de199a9f86e4f02fdeee936b
with:
container: ${{ matrix.container }}
git_repo: mosaicml/llm-foundry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: mosaicml/ci-testing
ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22
ref: d4e165246e851c30de199a9f86e4f02fdeee936b
path: ./ci-testing
- uses: ./ci-testing/.github/actions/smoketest
with:
Expand Down

0 comments on commit 4b76ccd

Please sign in to comment.