Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit b0fc659

Browse files
committed
feat: cortex.cpp run e2e testing with nightly cortex.llamacpp
1 parent 796e562 commit b0fc659

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cortex-cpp-quality-gate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths: ["engine/**", ".github/workflows/cortex-cpp-quality-gate.yml"]
77
workflow_dispatch:
88
schedule:
9-
- cron: '0 18 * * *'
9+
- cron: '0 22 * * *'
1010

1111
env:
1212
LLM_MODEL_URL: https://delta.jan.ai/tinyllama-1.1b-chat-v0.3.Q2_K.gguf
@@ -159,7 +159,7 @@ jobs:
159159
cp build/cortex build/cortex-beta
160160
python -m pip install --upgrade pip
161161
python -m pip install -r e2e-test/requirements.txt
162-
python e2e-test/cortex.llamacpp-e2e-nightly.py
162+
python e2e-test/cortex-llamacpp-e2e-nightly.py
163163
rm build/cortex-nightly
164164
rm build/cortex-beta
165165
env:
@@ -173,7 +173,7 @@ jobs:
173173
cp build/cortex.exe build/cortex-beta.exe
174174
python -m pip install --upgrade pip
175175
python -m pip install -r e2e-test/requirements.txt
176-
python e2e-test/cortex.llamacpp-e2e-nightly.py
176+
python e2e-test/cortex-llamacpp-e2e-nightly.py
177177
rm build/cortex-nightly.exe
178178
rm build/cortex-beta.exe
179179
env:
@@ -239,10 +239,10 @@ jobs:
239239
sleep 20
240240
241241
- name: Run Docker
242-
if: github.event_name == 'schedule'
242+
# if: github.event_name == 'schedule'
243243
run: |
244244
latest_prerelease=$(curl -s https://api.github.com/repos/cortexcpp/cortex.cpp/releases | jq -r '.[] | select(.prerelease == true) | .tag_name' | head -n 1)
245-
245+
echo "cortex.llamacpp latest release: $latest_prerelease"
246246
docker build \
247247
--build-arg REMOTE_CACHE_URL="${{ secrets.MINIO_ENDPOINT }}/vcpkg-cache" \
248248
--build-arg MINIO_ENDPOINT_URL="${{ secrets.MINIO_ENDPOINT }}" \

0 commit comments

Comments
 (0)