Commit 25e96f42 authored by atalman's avatar atalman Committed by Facebook GitHub Bot
Browse files

[Nova] Add cache ffmpeg before building #2 (#3423)

Summary:
[Nova] Add cache ffmpeg before building - 2
Follow up after https://github.com/pytorch/audio/pull/3417, need to pass new arguments to test-infra workflows

Pull Request resolved: https://github.com/pytorch/audio/pull/3423

Reviewed By: mthrok

Differential Revision: D46559344

Pulled By: atalman

fbshipit-source-id: fa5cccc3bfb052688de4a05cc3b4f37fcbe3a6f5
parent 7dff24ca
......@@ -54,5 +54,7 @@ jobs:
runner-type: macos-m1-12
package-name: ${{ matrix.package-name }}
trigger-event: ${{ github.event_name }}
cache-path: ${{ matrix.cache-path }}
cache-key: ${{ matrix.cache-key }}
secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
......@@ -49,5 +49,7 @@ jobs:
package-name: ${{ matrix.package-name }}
smoke-test-script: ${{ matrix.smoke-test-script }}
trigger-event: ${{ github.event_name }}
cache-path: ${{ matrix.cache-path }}
cache-key: ${{ matrix.cache-key }}
secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
......@@ -52,6 +52,8 @@ jobs:
runner-type: macos-m1-12
package-name: ${{ matrix.package-name }}
trigger-event: ${{ github.event_name }}
cache-path: ${{ matrix.cache-path }}
cache-key: ${{ matrix.cache-key }}
secrets:
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
......@@ -53,5 +53,7 @@ jobs:
package-name: ${{ matrix.package-name }}
smoke-test-script: ${{ matrix.smoke-test-script }}
trigger-event: ${{ github.event_name }}
cache-path: ${{ matrix.cache-path }}
cache-key: ${{ matrix.cache-key }}
secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
......@@ -54,5 +54,7 @@ jobs:
runner-type: macos-12
package-name: ${{ matrix.package-name }}
trigger-event: ${{ github.event_name }}
cache-path: ${{ matrix.cache-path }}
cache-key: ${{ matrix.cache-key }}
secrets:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
......@@ -52,6 +52,8 @@ jobs:
runner-type: macos-12
package-name: ${{ matrix.package-name }}
trigger-event: ${{ github.event_name }}
cache-path: ${{ matrix.cache-path }}
cache-key: ${{ matrix.cache-key }}
secrets:
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
......@@ -50,6 +50,8 @@ jobs:
package-name: ${{ matrix.package-name }}
smoke-test-script: ${{ matrix.smoke-test-script }}
trigger-event: ${{ github.event_name }}
cache-path: ${{ matrix.cache-path }}
cache-key: ${{ matrix.cache-key }}
secrets:
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
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