Update test manifest path in airship config
Non-voting Treasuremap jobs were testing manifests in airshipctl until a recent change [0] made additional environment variables mutable. This change updates environment variables in Treasuremap to point to the correct location of the Treasuremap manifests so that they may be used in the non-voting check jobs. [0] https://review.opendev.org/746594 Change-Id: I715d4dfa9deba082411b1040cea3bee58c46512a Signed-off-by: Drew Walters <andrew.walters@att.com>
This commit is contained in:
@@ -16,8 +16,10 @@ set -xe
|
||||
|
||||
: ${AIRSHIPCTL_PROJECT:="../airshipctl"}
|
||||
: ${TREASUREMAP_PROJECT:="$(pwd)"}
|
||||
|
||||
export AIRSHIPCTL_WS=${AIRSHIPCTL_WS:-$AIRSHIPCTL_PROJECT}
|
||||
export AIRSHIP_SITE_NAME="${TREASUREMAP_PROJECT}/manifests/site/test-site"
|
||||
export AIRSHIP_CONFIG_MANIFEST_DIRECTORY=${AIRSHIP_CONFIG_MANIFEST_DIRECTORY:-$TREASUREMAP_PROJECT}
|
||||
export AIRSHIP_SITE_NAME=${AIRSHIP_SITE_NAME:-"manifests/site/test-site"}
|
||||
|
||||
cd ${AIRSHIPCTL_PROJECT}
|
||||
./tools/deployment/22_test_configs.sh
|
||||
|
||||
Reference in New Issue
Block a user