Unverified Commit 1ebc1dee authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix Past CI not running against the latest `main` (#22823)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 42288269
...@@ -30,6 +30,7 @@ jobs: ...@@ -30,6 +30,7 @@ jobs:
with: with:
framework: pytorch framework: pytorch
version: "1.13" version: "1.13"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_pytorch_1-12: run_past_ci_pytorch_1-12:
...@@ -40,6 +41,7 @@ jobs: ...@@ -40,6 +41,7 @@ jobs:
with: with:
framework: pytorch framework: pytorch
version: "1.12" version: "1.12"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_pytorch_1-11: run_past_ci_pytorch_1-11:
...@@ -50,6 +52,7 @@ jobs: ...@@ -50,6 +52,7 @@ jobs:
with: with:
framework: pytorch framework: pytorch
version: "1.11" version: "1.11"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_pytorch_1-10: run_past_ci_pytorch_1-10:
...@@ -60,6 +63,7 @@ jobs: ...@@ -60,6 +63,7 @@ jobs:
with: with:
framework: pytorch framework: pytorch
version: "1.10" version: "1.10"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_pytorch_1-9: run_past_ci_pytorch_1-9:
...@@ -70,6 +74,7 @@ jobs: ...@@ -70,6 +74,7 @@ jobs:
with: with:
framework: pytorch framework: pytorch
version: "1.9" version: "1.9"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_tensorflow_2-11: run_past_ci_tensorflow_2-11:
...@@ -80,6 +85,7 @@ jobs: ...@@ -80,6 +85,7 @@ jobs:
with: with:
framework: tensorflow framework: tensorflow
version: "2.11" version: "2.11"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_tensorflow_2-10: run_past_ci_tensorflow_2-10:
...@@ -90,6 +96,7 @@ jobs: ...@@ -90,6 +96,7 @@ jobs:
with: with:
framework: tensorflow framework: tensorflow
version: "2.10" version: "2.10"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_tensorflow_2-9: run_past_ci_tensorflow_2-9:
...@@ -100,6 +107,7 @@ jobs: ...@@ -100,6 +107,7 @@ jobs:
with: with:
framework: tensorflow framework: tensorflow
version: "2.9" version: "2.9"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_tensorflow_2-8: run_past_ci_tensorflow_2-8:
...@@ -110,6 +118,7 @@ jobs: ...@@ -110,6 +118,7 @@ jobs:
with: with:
framework: tensorflow framework: tensorflow
version: "2.8" version: "2.8"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_tensorflow_2-7: run_past_ci_tensorflow_2-7:
...@@ -120,6 +129,7 @@ jobs: ...@@ -120,6 +129,7 @@ jobs:
with: with:
framework: tensorflow framework: tensorflow
version: "2.7" version: "2.7"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_tensorflow_2-6: run_past_ci_tensorflow_2-6:
...@@ -130,6 +140,7 @@ jobs: ...@@ -130,6 +140,7 @@ jobs:
with: with:
framework: tensorflow framework: tensorflow
version: "2.6" version: "2.6"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
run_past_ci_tensorflow_2-5: run_past_ci_tensorflow_2-5:
...@@ -140,4 +151,5 @@ jobs: ...@@ -140,4 +151,5 @@ jobs:
with: with:
framework: tensorflow framework: tensorflow
version: "2.5" version: "2.5"
sha: ${{ github.sha }}
secrets: inherit secrets: inherit
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment