
The install-stx-custom-deps playbook that is used to pull STX versions of dependencies before running the py39 zuul job would fail if the STX mirror was unreachable. Even worse, the error message would simply say "Failed to update apt cache: unknown reason" Changes: - More logs when running apt update - Will no longer fail if STX mirror is unreachable Test Plan: pass: works when STX mirror is reachable pass: works when STX mirror is unreachable Closes-Bug: 2117173 Change-Id: Ia51feb681e5579e620adb20158b60a148dc2c6ee Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com>
10 lines
278 B
YAML
10 lines
278 B
YAML
---
|
|
stx_master_repo: "https://mirror.starlingx.windriver.com/mirror/starlingx/master/debian/monolithic/latest_build/outputs/std/packages"
|
|
|
|
stx_master_repo_file: "/etc/apt/sources.list.d/stx_master_repo.list"
|
|
|
|
stx_master_tag: stxmaster
|
|
|
|
stx_master_deps:
|
|
- python3-keystoneauth1
|