Skip to content

Commit

Permalink
chore: update e2e-shim workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Jul 25, 2024
1 parent 0bb03b3 commit 68d8a0b
Showing 1 changed file with 26 additions and 29 deletions.
55 changes: 26 additions & 29 deletions .github/workflows/e2e-shim.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,7 @@
# Catch all the things we ignore in the e2e workflow
name: e2e Skip Shim
on:
pull_request:
paths:
# Catch updates to the .github directory, unless it is the e2e.yaml files
- ".github/**"
- "!.github/workflows/e2e.yaml"

# Catch docs and website things
- "**.md"
- "adr/**"
- "docs/**"
- "website/**"
- "netlify.toml"

# Catch generic github metadata files
- "CODEOWNERS"
- ".gitignore"
- "LICENSE"
- ".pre-commit-config.yaml"

# Catch pytests
- "tests/pytest/**"

# Catch LFAI-UI things
- "src/leapfrogai_ui/**"
- "packages/ui/**"

# Catch changes to the repeater model
- "packages/repeater/**"
pull_request


permissions:
Expand All @@ -51,7 +24,31 @@ concurrency:


jobs:
e2e:
e2e_llama:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
e2e_playright:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
e2e_text_embeddings:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
e2e_vllm:
runs-on: ubuntu-latest
steps:
- name: Skipped
run: |
echo skipped
e2e_whisper:
runs-on: ubuntu-latest
steps:
- name: Skipped
Expand Down

0 comments on commit 68d8a0b

Please sign in to comment.