HTK uplift and fix for helm_tk.sh
Update helm_tk script to be able to build unmerged code. Change-Id: I037fe74efd1fe03612f266b208ae5cf59faf9fdc
This commit is contained in:
parent
40fd108fd9
commit
5a5d318d4a
@ -26,7 +26,7 @@ TMP_DIR=$(mktemp -d)
|
|||||||
{
|
{
|
||||||
HTK_REPO_DIR=$TMP_DIR/htk
|
HTK_REPO_DIR=$TMP_DIR/htk
|
||||||
git clone "$HTK_REPO" "$HTK_REPO_DIR"
|
git clone "$HTK_REPO" "$HTK_REPO_DIR"
|
||||||
(cd "$HTK_REPO_DIR" && git reset --hard "${HTK_STABLE_COMMIT}")
|
(cd "$HTK_REPO_DIR" && git fetch --depth=1 "$HTK_REPO" "$HTK_STABLE_COMMIT" && git checkout FETCH_HEAD)
|
||||||
cp -r "${HTK_REPO_DIR}/helm-toolkit" charts/deps/
|
cp -r "${HTK_REPO_DIR}/helm-toolkit" charts/deps/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
timeout: 900
|
timeout: 900
|
||||||
nodeset: airship-promenade-single-node-jammy
|
nodeset: airship-promenade-single-node-jammy
|
||||||
vars:
|
vars:
|
||||||
HTK_COMMIT: 43fd7143481b6ddda0dbd2f26bf6ec39a417b15b
|
HTK_COMMIT: 962333df313e04a01923ca8394d2a44f2afbb714
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: airship-promenade-chart-build-gate-latest-htk
|
name: airship-promenade-chart-build-gate-latest-htk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user