Skip to content

Commit a02931e

Browse files
authored
EC-RAG 26.01 release with code enhancement and bug fix (opea-project#2409)
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com>
1 parent 3648f15 commit a02931e

74 files changed

Lines changed: 2409 additions & 1368 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/scripts/get_test_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for example in ${examples}; do
2626
echo -e "Test supported hardware list: \n${hardware_list}"
2727

2828
run_hardware=""
29-
if [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | cut -d'/' -f2 | grep -E '\.py|Dockerfile*|ui|docker_image_build' ) ]]; then
29+
if [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | cut -d'/' -f2 | grep -E '\.py|Dockerfile*|ui|edgecraftrag|docker_image_build' ) ]]; then
3030
echo "run test on all hardware if megaservice or ui code change..."
3131
run_hardware=$hardware_list
3232
elif [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | grep 'tests'| cut -d'/' -f3 | grep -vE '^test_|^_test' ) ]]; then
268 KB
Loading
277 KB
Loading
241 KB
Loading
241 KB
Loading
201 KB
Loading
193 KB
Loading
392 KB
Loading
370 KB
Loading
437 KB
Loading

0 commit comments

Comments
 (0)