From d2bc0d50487f962696f59784842384625722c7fc Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 30 May 2024 22:07:17 +0200 Subject: [PATCH] build --- .../workflows/self-nightly-past-ci-caller.yml | 234 +++++++++--------- 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/.github/workflows/self-nightly-past-ci-caller.yml b/.github/workflows/self-nightly-past-ci-caller.yml index 19ce6473710e15..92e5b9153341aa 100644 --- a/.github/workflows/self-nightly-past-ci-caller.yml +++ b/.github/workflows/self-nightly-past-ci-caller.yml @@ -22,121 +22,121 @@ jobs: echo "${{ github.run_number }}" echo "run_number=$(python3 -c 'print(int(${{ github.run_number }}) % 10)')" >> $GITHUB_OUTPUT - show_number: - name: show number - runs-on: ubuntu-22.04 - needs: get_number - if: ${{ needs.get_number.outputs.run_number == 9 }} - steps: - - name: Show number - run: | - echo "${{ needs.get_number.outputs.run_number }}" +# show_number: +# name: show number +# runs-on: ubuntu-22.04 +# needs: get_number +# if: ${{ needs.get_number.outputs.run_number == 9 }} +# steps: +# - name: Show number +# run: | +# echo "${{ needs.get_number.outputs.run_number }}" + + run_past_ci_pytorch_1-13: + name: PyTorch 1.13 + if: needs.get_number.outputs.run_number == 0 && (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build'))) + uses: ./.github/workflows/self-past-caller.yml + with: + framework: pytorch + version: "1.13" + sha: ${{ github.sha }} + secrets: inherit + + run_past_ci_pytorch_1-12: + name: PyTorch 1.12 + if: needs.get_number.outputs.run_number == 1 && (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build'))) + needs: [run_past_ci_pytorch_1-13] + uses: ./.github/workflows/self-past.yml + with: + framework: pytorch + version: "1.12" + sha: ${{ github.sha }} + secrets: inherit + + run_past_ci_pytorch_1-11: + name: PyTorch 1.11 + if: needs.get_number.outputs.run_number == 2 && (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci'))) + needs: [run_past_ci_pytorch_1-12] + uses: ./.github/workflows/self-past.yml + with: + framework: pytorch + version: "1.11" + sha: ${{ github.sha }} + secrets: inherit + + run_past_ci_tensorflow_2-11: + name: TensorFlow 2.11 + if: needs.get_number.outputs.run_number == 3 && (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) + needs: [run_past_ci_pytorch_1-11] + uses: ./.github/workflows/self-past.yml + with: + framework: tensorflow + version: "2.11" + sha: ${{ github.sha }} + secrets: inherit + + run_past_ci_tensorflow_2-10: + name: TensorFlow 2.10 + if: needs.get_number.outputs.run_number == 4 && (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) + needs: [run_past_ci_tensorflow_2-11] + uses: ./.github/workflows/self-past.yml + with: + framework: tensorflow + version: "2.10" + sha: ${{ github.sha }} + secrets: inherit + + run_past_ci_tensorflow_2-9: + name: TensorFlow 2.9 + if: needs.get_number.outputs.run_number == 5 && (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) + needs: [run_past_ci_tensorflow_2-10] + uses: ./.github/workflows/self-past.yml + with: + framework: tensorflow + version: "2.9" + sha: ${{ github.sha }} + secrets: inherit + + run_past_ci_tensorflow_2-8: + name: TensorFlow 2.8 + if: needs.get_number.outputs.run_number == 6 && (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) + needs: [run_past_ci_tensorflow_2-9] + uses: ./.github/workflows/self-past.yml + with: + framework: tensorflow + version: "2.8" + sha: ${{ github.sha }} + secrets: inherit + + run_past_ci_tensorflow_2-7: + name: TensorFlow 2.7 + if: needs.get_number.outputs.run_number == 7 && (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) + needs: [run_past_ci_tensorflow_2-8] + uses: ./.github/workflows/self-past.yml + with: + framework: tensorflow + version: "2.7" + sha: ${{ github.sha }} + secrets: inherit + + run_past_ci_tensorflow_2-6: + name: TensorFlow 2.6 + if: needs.get_number.outputs.run_number == 8 && (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) + needs: [run_past_ci_tensorflow_2-7] + uses: ./.github/workflows/self-past.yml + with: + framework: tensorflow + version: "2.6" + sha: ${{ github.sha }} + secrets: inherit -# run_past_ci_pytorch_1-13: -# name: PyTorch 1.13 -# if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'build-cleanup-docker-build'))) -# uses: ./.github/workflows/self-past-caller.yml -# with: -# framework: pytorch -# version: "1.13" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_pytorch_1-12: -# name: PyTorch 1.12 -# if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci'))) -# needs: [run_past_ci_pytorch_1-13] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: pytorch -# version: "1.12" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_pytorch_1-11: -# name: PyTorch 1.11 -# if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci'))) -# needs: [run_past_ci_pytorch_1-12] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: pytorch -# version: "1.11" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_tensorflow_2-11: -# name: TensorFlow 2.11 -# if: (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) -# needs: [run_past_ci_pytorch_1-11] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: tensorflow -# version: "2.11" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_tensorflow_2-10: -# name: TensorFlow 2.10 -# if: (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) -# needs: [run_past_ci_tensorflow_2-11] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: tensorflow -# version: "2.10" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_tensorflow_2-9: -# name: TensorFlow 2.9 -# if: (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) -# needs: [run_past_ci_tensorflow_2-10] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: tensorflow -# version: "2.9" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_tensorflow_2-8: -# name: TensorFlow 2.8 -# if: (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) -# needs: [run_past_ci_tensorflow_2-9] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: tensorflow -# version: "2.8" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_tensorflow_2-7: -# name: TensorFlow 2.7 -# if: (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) -# needs: [run_past_ci_tensorflow_2-8] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: tensorflow -# version: "2.7" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_tensorflow_2-6: -# name: TensorFlow 2.6 -# if: (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) -# needs: [run_past_ci_tensorflow_2-7] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: tensorflow -# version: "2.6" -# sha: ${{ github.sha }} -# secrets: inherit -# -# run_past_ci_tensorflow_2-5: -# name: TensorFlow 2.5 -# if: (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) -# needs: [run_past_ci_tensorflow_2-6] -# uses: ./.github/workflows/self-past.yml -# with: -# framework: tensorflow -# version: "2.5" -# sha: ${{ github.sha }} -# secrets: inherit + run_past_ci_tensorflow_2-5: + name: TensorFlow 2.5 + if: needs.get_number.outputs.run_number == 9 && (cancelled() != true) && ((github.event_name == 'push') && startsWith(github.ref_name, 'run_past_ci')) + needs: [run_past_ci_tensorflow_2-6] + uses: ./.github/workflows/self-past.yml + with: + framework: tensorflow + version: "2.5" + sha: ${{ github.sha }} + secrets: inherit