Skip to content

Commit

Permalink
chore: update cronjob for e2e and list command to check files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-instill committed Jun 23, 2023
1 parent 4470d51 commit 3b44e06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 33 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e-test-demo.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: e2e-test
name: e2e-test-1

on:
schedule:
- cron: "* 2 * * *"
- cron: "*/5 * * * *"

jobs:
pipeline-demo:
Expand Down Expand Up @@ -33,4 +33,6 @@ jobs:
- name: Inference ${{ matrix.model }} model
run: |
cd ./test; make pipeline-${{ matrix.model }} MODE=demo TEST_GPU_ONLY=true
cd ./test
ls -al
make pipeline-${{ matrix.model }} MODE=demo TEST_GPU_ONLY=true
7 changes: 6 additions & 1 deletion .github/workflows/e2e-test-on-prem.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: e2e-test

on:
workflow_dispatch:
push:
branches:
- ins-837-fix-e2e-test-ga-workflows-in-the-vdp-repo
schedule:
- cron: "* 2 * * *"
- cron: "*/5 * * * *"

jobs:
pipeline-on-prem:
Expand Down Expand Up @@ -40,6 +44,7 @@ jobs:
- name: Launch VDP (latest)
run: |
ls -al
COMPOSE_PROFILES=all \
EDITION=local-ce:test \
ITMODE_ENABLED=false \
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/integration-test-latest.yml

This file was deleted.

0 comments on commit 3b44e06

Please sign in to comment.