mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Update infra
Related-To: NEO-7073 Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6b3ac9f1e2
commit
afc5596a0a
@ -27,7 +27,7 @@ components:
|
||||
branch: master
|
||||
dest_dir: infra
|
||||
fetch_tags: true
|
||||
revision: v4160
|
||||
revision: v4172
|
||||
type: git
|
||||
internal:
|
||||
branch: master
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Copyright (C) 2021 Intel Corporation
|
||||
# Copyright (C) 2021-2022 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@ -12,7 +12,7 @@ get_api_version() {
|
||||
API_VERSION="${API_VERSION:-}"
|
||||
API_VERSION_SRC="${API_VERSION_SRC:-}"
|
||||
API_DEB_MODEL_LINK=""
|
||||
API_RPM_MODEL_LINK=""
|
||||
API_RPM_MODEL_LINK="1"
|
||||
if [ "${COMPONENT_MODEL}" != "ci" ]; then
|
||||
API_DEB_MODEL_LINK="~${COMPONENT_MODEL:-unknown}${BUILD_ID:-0}"
|
||||
API_RPM_MODEL_LINK=".${COMPONENT_MODEL:-unknown}${BUILD_ID:-0}"
|
||||
|
Reference in New Issue
Block a user