Skip to content

Commit 7109eb7

Browse files
committed
For test only
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 6383f2a commit 7109eb7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/pr-docker-compose-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: E2E test with docker compose
55

66
on:
7-
pull_request_target:
7+
pull_request:
88
branches: ["main", "*rc"]
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:

.github/workflows/push-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build latest images on push event
55

66
on:
77
push:
8-
branches: [ 'main', 'suyue/fix-ci' ]
8+
branches: [ 'main' ]
99
paths:
1010
- "**.py"
1111
- "**Dockerfile*"

.github/workflows/scripts/get_test_matrix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ for example in ${examples}; do
1919
if [[ "$test_mode" == "docker_image_build" ]]; then
2020
hardware_list="gaudi xeon"
2121
else
22+
find_name="test_${test_mode}*_on_*.sh"
2223
hardware_list=$(find . -type f -name "${find_name}" | cut -d/ -f2 | cut -d. -f1 | awk -F'_on_' '{print $2}'| sort -u)
2324
fi
2425
echo -e "Test supported hardware list: \n${hardware_list}"

DBQnA/docker_image_build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3-
# for test
3+
# for test only
44

55
services:
66
text2sql:

0 commit comments

Comments
 (0)