Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
2996d1e0
Unverified
Commit
2996d1e0
authored
Aug 04, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Aug 04, 2024
Browse files
Merge pull request #4332 from cheahjs/fix/integration-test-no-space
ci: prune docker cache earlier in integration tests
parents
be82175f
2eb662df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/integration-test.yml
.github/workflows/integration-test.yml
+4
-4
No files found.
.github/workflows/integration-test.yml
View file @
2996d1e0
...
@@ -26,6 +26,10 @@ jobs:
...
@@ -26,6 +26,10 @@ jobs:
--file docker-compose.a1111-test.yaml \
--file docker-compose.a1111-test.yaml \
up --detach --build
up --detach --build
-
name
:
Delete Docker build cache
run
:
|
docker builder prune --all --force
-
name
:
Wait for Ollama to be up
-
name
:
Wait for Ollama to be up
timeout-minutes
:
5
timeout-minutes
:
5
run
:
|
run
:
|
...
@@ -35,10 +39,6 @@ jobs:
...
@@ -35,10 +39,6 @@ jobs:
done
done
echo "Service is up!"
echo "Service is up!"
-
name
:
Delete Docker build cache
run
:
|
docker builder prune --all --force
-
name
:
Preload Ollama model
-
name
:
Preload Ollama model
run
:
|
run
:
|
docker exec ollama ollama pull qwen:0.5b-chat-v1.5-q2_K
docker exec ollama ollama pull qwen:0.5b-chat-v1.5-q2_K
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment