Skip to content

Commit 014eb21

Browse files
committed
Test nightly-docker-build-publish.yml pr-code-scan.yml pr-docker-compose-e2e.yml pr-image-size.yml weekly-example-test.yml
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 119bde5 commit 014eb21

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly-docker-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
workflow_dispatch:
2626

2727
env:
28-
EXAMPLES: ${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
28+
EXAMPLES: "CodeGen,CodeTrans" #${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
2929
TAG: "latest"
3030
PUBLISH_TAGS: "latest"
3131

.github/workflows/weekly-example-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch:
1414

1515
env:
16-
EXAMPLES: ${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
16+
EXAMPLES: "CodeGen,CodeTrans" #${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
1717
NODES: "gaudi,xeon,arc"
1818

1919
jobs:

CodeGen/docker_compose/intel/hpu/gaudi/compose.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-
3+
#
44
services:
55
vllm-service:
66
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}

CodeGen/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Copyright (C) 2024 Intel Corporation
33
# SPDX-License-Identifier: Apache-2.0
4-
4+
#
55
set -xe
66
IMAGE_REPO=${IMAGE_REPO:-"opea"}
77
IMAGE_TAG=${IMAGE_TAG:-"latest"}

0 commit comments

Comments
 (0)