diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index f958ce3c76..09cc23282a 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: d063dcfa0dada654040df41b63844e84199bc165 + ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22 path: ./ci-testing - uses: ./ci-testing/.github/actions/code-quality with: diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index b0c5514646..e67e5d121d 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: d063dcfa0dada654040df41b63844e84199bc165 + ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22 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 7145caa2e1..db6b3dd9cd 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@d063dcfa0dada654040df41b63844e84199bc165 + uses: mosaicml/ci-testing/.github/actions/pytest-cpu@30f83fab56b5647d315d8a032c52c21aa8b01a22 with: name: ${{ matrix.name }} container: ${{ matrix.container }} diff --git a/.github/workflows/pr-gpu.yaml b/.github/workflows/pr-gpu.yaml index 178d3be068..9380538b29 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: d063dcfa0dada654040df41b63844e84199bc165 + ci_repo_gpu_test_ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d063dcfa0dada654040df41b63844e84199bc165 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@30f83fab56b5647d315d8a032c52c21aa8b01a22 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: d063dcfa0dada654040df41b63844e84199bc165 + ci_repo_gpu_test_ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d063dcfa0dada654040df41b63844e84199bc165 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@30f83fab56b5647d315d8a032c52c21aa8b01a22 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: d063dcfa0dada654040df41b63844e84199bc165 + ci_repo_gpu_test_ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22 steps: - name: Run PR GPU Tests - uses: mosaicml/ci-testing/.github/actions/pytest-gpu@d063dcfa0dada654040df41b63844e84199bc165 + uses: mosaicml/ci-testing/.github/actions/pytest-gpu@30f83fab56b5647d315d8a032c52c21aa8b01a22 with: container: ${{ matrix.container }} git_repo: mosaicml/llm-foundry diff --git a/.github/workflows/smoketest.yaml b/.github/workflows/smoketest.yaml index 71b7a3dd1c..bb7a7a94da 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: d063dcfa0dada654040df41b63844e84199bc165 + ref: 30f83fab56b5647d315d8a032c52c21aa8b01a22 path: ./ci-testing - uses: ./ci-testing/.github/actions/smoketest with: