diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index ce97ca1f47..fc420c208f 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: 410bff33347cd6483a1a65179fa368c2d6a70a18 + ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 path: ./ci-testing - uses: ./ci-testing/.github/actions/code-quality with: diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 976c9be5a0..74ace51946 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: 410bff33347cd6483a1a65179fa368c2d6a70a18 + ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 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 f0cbe3a3fa..8f6896405f 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@410bff33347cd6483a1a65179fa368c2d6a70a18 + uses: mosaicml/ci-testing/.github/actions/pytest-cpu@3a63a1fd20ab051d8f86da55b910b75afd4c42d4 with: name: ${{ matrix.name }} container: ${{ matrix.container }} diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index db4b5e73b7..d1e536833f 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: 410bff33347cd6483a1a65179fa368c2d6a70a18 + ci_repo_gpu_test_ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@410bff33347cd6483a1a65179fa368c2d6a70a18 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@3a63a1fd20ab051d8f86da55b910b75afd4c42d4 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: 410bff33347cd6483a1a65179fa368c2d6a70a18 + ci_repo_gpu_test_ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@410bff33347cd6483a1a65179fa368c2d6a70a18 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@3a63a1fd20ab051d8f86da55b910b75afd4c42d4 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: 410bff33347cd6483a1a65179fa368c2d6a70a18 + ci_repo_gpu_test_ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@410bff33347cd6483a1a65179fa368c2d6a70a18 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@3a63a1fd20ab051d8f86da55b910b75afd4c42d4 with: container: ${{ matrix.container }} git_repo: mosaicml/llm-foundry diff --git a/.github/workflows/smoketest.yaml b/.github/workflows/smoketest.yaml index 989173f72b..69b5221614 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: 410bff33347cd6483a1a65179fa368c2d6a70a18 + ref: 3a63a1fd20ab051d8f86da55b910b75afd4c42d4 path: ./ci-testing - uses: ./ci-testing/.github/actions/smoketest with: