Skip to content

Commit ddb89ee

Browse files
authored
[crc-org/llama.cpp] Finalize the TOPSAIL testing launcher (#68930)
1 parent a5c29f0 commit ddb89ee

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

ci-operator/config/crc-org/llama.cpp/crc-org-llama.cpp-main.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ tests:
2121
post:
2222
- as: 006-unlock-cluster
2323
commands: |
24+
export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
2425
export CRC_MAC_AI_SECRET_PATH=/var/run/crc-mac-ai-secret
25-
git -C $HOME fetch --quiet origin main-llama
26+
git -C $HOME fetch --quiet origin main
2627
git -C $HOME reset --hard FETCH_HEAD
2728
run jump_ci run unlock_cluster
2829
credentials:
@@ -41,8 +42,9 @@ tests:
4142
pre:
4243
- as: 001-lock-cluster
4344
commands: |
45+
export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
4446
export CRC_MAC_AI_SECRET_PATH=/var/run/crc-mac-ai-secret
45-
git -C $HOME fetch --quiet origin main-llama
47+
git -C $HOME fetch --quiet origin main
4648
git -C $HOME reset --hard FETCH_HEAD
4749
run jump_ci run lock_cluster
4850
credentials:
@@ -61,8 +63,9 @@ tests:
6163
timeout: 10h0m0s
6264
- as: 002-prepare-jump-ci
6365
commands: |
66+
export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
6467
export CRC_MAC_AI_SECRET_PATH=/var/run/crc-mac-ai-secret
65-
git -C $HOME fetch --quiet origin main-llama
68+
git -C $HOME fetch --quiet origin main
6669
git -C $HOME reset --hard FETCH_HEAD
6770
run jump_ci run prepare_jump_ci
6871
credentials:
@@ -81,8 +84,9 @@ tests:
8184
timeout: 1h0m0s
8285
- as: 003-pre-cleanup
8386
commands: |
87+
export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
8488
export CRC_MAC_AI_SECRET_PATH=/var/run/crc-mac-ai-secret
85-
git -C $HOME fetch --quiet origin main-llama
89+
git -C $HOME fetch --quiet origin main
8690
git -C $HOME reset --hard FETCH_HEAD
8791
run jump_ci test pre_cleanup_ci
8892
credentials:
@@ -100,8 +104,9 @@ tests:
100104
memory: 500Mi
101105
- as: 004-prepare
102106
commands: |
107+
export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
103108
export CRC_MAC_AI_SECRET_PATH=/var/run/crc-mac-ai-secret
104-
git -C $HOME fetch --quiet origin main-llama
109+
git -C $HOME fetch --quiet origin main
105110
git -C $HOME reset --hard FETCH_HEAD
106111
run jump_ci test prepare_ci
107112
credentials:
@@ -121,8 +126,9 @@ tests:
121126
test:
122127
- as: 005-test
123128
commands: |
129+
export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
124130
export CRC_MAC_AI_SECRET_PATH=/var/run/crc-mac-ai-secret
125-
git -C $HOME fetch --quiet origin main-llama
131+
git -C $HOME fetch --quiet origin main
126132
git -C $HOME reset --hard FETCH_HEAD
127133
run jump_ci test test_ci
128134
credentials:

0 commit comments

Comments
 (0)