diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index 58073dc2c9..0739f177dd 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v3 with: repository: mosaicml/ci-testing - ref: 1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + ref: 66add21924188cc1244bbd2c661dc760d7389894 path: ./ci-testing - uses: ./ci-testing/.github/actions/code-quality with: diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 9ff43b5992..f707f9daf7 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 with: repository: mosaicml/ci-testing - ref: 1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + ref: 66add21924188cc1244bbd2c661dc760d7389894 path: ./ci-testing - uses: ./ci-testing/.github/actions/coverage with: diff --git a/.github/workflows/pr-cpu.yaml b/.github/workflows/pr-cpu.yaml index bd9c50ba07..22c0e02b6d 100644 --- a/.github/workflows/pr-cpu.yaml +++ b/.github/workflows/pr-cpu.yaml @@ -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@1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + uses: mosaicml/ci-testing/.github/actions/pytest-cpu@66add21924188cc1244bbd2c661dc760d7389894 with: name: ${{ matrix.name }} container: ${{ matrix.container }} diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index ef3ba48b48..feac8263c9 100644 --- a/.github/workflows/pr-gpu.yaml +++ b/.github/workflows/pr-gpu.yaml @@ -27,10 +27,10 @@ jobs: markers: "gpu" pip_deps: "[all]" pytest_command: "coverage run -m pytest" - ci_repo_gpu_test_ref: 1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + ci_repo_gpu_test_ref: 66add21924188cc1244bbd2c661dc760d7389894 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@66add21924188cc1244bbd2c661dc760d7389894 with: container: ${{ matrix.container }} git_repo: mosaicml/llm-foundry @@ -56,10 +56,10 @@ jobs: markers: "gpu" pip_deps: "[all]" pytest_command: "coverage run -m pytest" - ci_repo_gpu_test_ref: 1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + ci_repo_gpu_test_ref: 66add21924188cc1244bbd2c661dc760d7389894 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@66add21924188cc1244bbd2c661dc760d7389894 with: container: ${{ matrix.container }} git_repo: mosaicml/llm-foundry @@ -85,10 +85,10 @@ jobs: markers: "gpu" pip_deps: "[all]" pytest_command: "coverage run -m pytest" - ci_repo_gpu_test_ref: 1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + ci_repo_gpu_test_ref: 66add21924188cc1244bbd2c661dc760d7389894 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@66add21924188cc1244bbd2c661dc760d7389894 with: container: ${{ matrix.container }} git_repo: mosaicml/llm-foundry diff --git a/.github/workflows/smoketest.yaml b/.github/workflows/smoketest.yaml index a96b5514c5..0630ba96de 100644 --- a/.github/workflows/smoketest.yaml +++ b/.github/workflows/smoketest.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v3 with: repository: mosaicml/ci-testing - ref: 1347d8c1ff2de477e8a49f0b262fd5fe4185aed6 + ref: 66add21924188cc1244bbd2c661dc760d7389894 path: ./ci-testing - uses: ./ci-testing/.github/actions/smoketest with: