Skip to content

Commit

Permalink
Merge pull request #306 from nathan-weinberg/rename-e2e-file
Browse files Browse the repository at this point in the history
chore: rename 'basic-workflow-tests' to 'e2e-custom'
  • Loading branch information
mergify[bot] authored Oct 14, 2024
2 parents 366814b + 08674c2 commit 288dbaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ pull_request_rules:
conditions:
- or:
- files=.github/mergify.yml
- files=.github/workflows/**/*
- files~=^\.github/(actions|workflows)/
- files=scripts/ruff.sh
- files=.pre-commit-config.yaml
- files=.pylintrc
- files=.spellcheck-en-custom.txt
- files=.spellcheck.yml
- files~=^\.spellcheck[^/]+$
- files=tox.ini
- files=.markdownlint-cli2.yaml
actions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-a10g-x4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
run: |
. venv/bin/activate
cd instructlab
SKIP_TRAIN=1 ./scripts/basic-workflow-tests.sh -mFM
SKIP_TRAIN=1 ./scripts/e2e-custom.sh -mFM
- name: Add comment to PR if the workflow failed
if: failure() && steps.check_pr.outputs.is_pr == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nvidia-t4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
working-directory: ./instructlab
run: |
. venv/bin/activate
./scripts/basic-workflow-tests.sh -msq
./scripts/e2e-custom.sh -msq
stop-runner:
name: Stop external EC2 runner
Expand Down

0 comments on commit 288dbaf

Please sign in to comment.