Skip to content

Commit

Permalink
Merge pull request #371 from bbrowning/v0.3-matching-cli
Browse files Browse the repository at this point in the history
Prepare release-v0.3 branch for backports
  • Loading branch information
bbrowning authored Nov 12, 2024
2 parents 481e3f6 + e600444 commit 3d5e4f0
Show file tree
Hide file tree
Showing 3 changed files with 8 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
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nvidia-a10g-x4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
python3.11 -m venv --upgrade-deps venv
. venv/bin/activate
git clone https://github.com/instructlab/instructlab
git checkout release-v0.19
cd instructlab
sed 's/\[.*\]//' requirements.txt > constraints.txt
python3.11 -m pip cache remove llama_cpp_python
Expand All @@ -142,7 +143,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
3 changes: 2 additions & 1 deletion .github/workflows/e2e-nvidia-t4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
repository: "instructlab/instructlab"
ref: "release-v0.19"
path: "instructlab"
fetch-depth: 0

Expand Down Expand Up @@ -144,7 +145,7 @@ jobs:
working-directory: ./instructlab
run: |
. venv/bin/activate
./scripts/basic-workflow-tests.sh -m
./scripts/e2e-custom.sh -msq
stop-runner:
name: Stop external EC2 runner
Expand Down

0 comments on commit 3d5e4f0

Please sign in to comment.