Skip to content

Commit

Permalink
add workflow env
Browse files Browse the repository at this point in the history
  • Loading branch information
artgish committed Apr 14, 2023
1 parent 642c732 commit eb4eebd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deeplake-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
DEEPLAKE_PATH: '../deeplake'
REPORTS_PATH: '../reports'
NODE: ${{ matrix.machine }}
PR_NUMBER: ${{ github.event.number }}
BENCHMARKS_THRESHOLD: ${{ vars.BENCHMARKS_THRESHOLD }}
run: |
bash benchmarks.sh ${{ matrix.machine }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/manual-benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
DEEPLAKE_PATH: '../deeplake'
REPORTS_PATH: '../reports'
NODE: ${{ matrix.machine }}
PR_NUMBER: ${{ github.event.number }}
BENCHMARKS_THRESHOLD: ${{ vars.BENCHMARKS_THRESHOLD }}
run: |
if [ "${{ github.event.inputs.use_config }}" == 'true' ]
Expand Down Expand Up @@ -188,6 +189,7 @@ jobs:
BENCHMARKS_TRAIN_NANO_DATASET: ${{ secrets.BENCHMARKS_TRAIN_NANO_DATASET }}
DEEPLAKE_USER: ${{ secrets.BENCHMARKS_DEEPLAKE_USERNAME }}
DEEPLAKE_PASS: ${{ secrets.BENCHMARKS_DEEPLAKE_PASSWORD }}
PR_NUMBER: ${{ github.event.number }}
run: |
bash use-cases.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/use-cases-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
BENCHMARKS_TRAIN_NANO_DATASET: ${{ secrets.BENCHMARKS_TRAIN_NANO_DATASET }}
DEEPLAKE_USER: ${{ secrets.BENCHMARKS_DEEPLAKE_USERNAME }}
DEEPLAKE_PASS: ${{ secrets.BENCHMARKS_DEEPLAKE_PASSWORD }}
PR_NUMBER: ${{ github.event.number }}
run: |
bash use-cases.sh
Expand Down

0 comments on commit eb4eebd

Please sign in to comment.