21
21
post :
22
22
- as : 006-unlock-cluster
23
23
commands : |
24
+ export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
24
25
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
26
27
git -C $HOME reset --hard FETCH_HEAD
27
28
run jump_ci run unlock_cluster
28
29
credentials :
41
42
pre :
42
43
- as : 001-lock-cluster
43
44
commands : |
45
+ export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
44
46
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
46
48
git -C $HOME reset --hard FETCH_HEAD
47
49
run jump_ci run lock_cluster
48
50
credentials :
61
63
timeout : 10h0m0s
62
64
- as : 002-prepare-jump-ci
63
65
commands : |
66
+ export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
64
67
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
66
69
git -C $HOME reset --hard FETCH_HEAD
67
70
run jump_ci run prepare_jump_ci
68
71
credentials :
81
84
timeout : 1h0m0s
82
85
- as : 003-pre-cleanup
83
86
commands : |
87
+ export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
84
88
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
86
90
git -C $HOME reset --hard FETCH_HEAD
87
91
run jump_ci test pre_cleanup_ci
88
92
credentials :
@@ -100,8 +104,9 @@ tests:
100
104
memory : 500Mi
101
105
- as : 004-prepare
102
106
commands : |
107
+ export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
103
108
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
105
110
git -C $HOME reset --hard FETCH_HEAD
106
111
run jump_ci test prepare_ci
107
112
credentials :
@@ -121,8 +126,9 @@ tests:
121
126
test :
122
127
- as : 005-test
123
128
commands : |
129
+ export OPENSHIFT_CI_TOPSAIL_FOREIGN_TESTING=llama_cpp
124
130
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
126
132
git -C $HOME reset --hard FETCH_HEAD
127
133
run jump_ci test test_ci
128
134
credentials :
0 commit comments