Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/push-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
- '**/requirements.txt'
- '.github/workflows/push-image-build.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-on-push
cancel-in-progress: true

jobs:
get-build-matrix:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion tests/agent/test_agent_langchain_on_intel_hpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ function start_react_langgraph_agent_service_openai() {
function start_react_llama_agent_service() {
echo "Starting redis for testing agent persistent"

docker run -d -it -p 6379:6379 --rm --name "test-persistent-redis" --net=host --ipc=host --name redis-vector-db redis/redis-stack:7.2.0-v9
docker run -d -it -p 6379:6379 --rm --name "test-persistent-redis" --net=host --ipc=host redis/redis-stack:7.2.0-v9
docker ps

echo "Starting react_llama agent microservice"
docker compose -f $WORKPATH/tests/agent/reactllama.yaml up -d
Expand Down