Skip to content

Commit

Permalink
Merge pull request #59 from openvinotoolkit/add-geti-mvp-nightly-tests
Browse files Browse the repository at this point in the history
Add nightly tests against Geti-MVP
  • Loading branch information
ljcornel authored Oct 6, 2022
2 parents 5669069 + 457ee9e commit 755ffe0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/nightly-tests-geti-mvp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Nightly tests [Geti-MVP]

on:
workflow_dispatch: # run on request (no need for PR)

schedule: # Execute tests at midnight every day
- cron: "0 0 * * *"

jobs:
build:
uses: ./.github/workflows/nightly-tests.yaml
with:
learning_parameter_settings: default
secrets:
GETI_HOST: ${{ secrets.GETI_MVP_HOST }}
GETI_USERNAME: ${{ secrets.GETI_USERNAME }}
GETI_PASSWORD: ${{ secrets.GETI_PASSWORD }}

0 comments on commit 755ffe0

Please sign in to comment.