summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-11-09 13:18:34 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-11-09 13:18:34 +0600
commite9254f314a56567733b538a517b9a5c43ee880b7 (patch)
treea292551990d59fd6d53707390e87cd6e69826a7d
parent82ed88c23c965ad25ac0b4fbc307b80c7e0e6433 (diff)
downloadchef-e9254f314a56567733b538a517b9a5c43ee880b7.tar.gz
Updating the the hab script to account for a missing env variable
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.expeditor/habitat-test.pipeline.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml
index 859d4eb1f1..50f7e91b82 100644
--- a/.expeditor/habitat-test.pipeline.yml
+++ b/.expeditor/habitat-test.pipeline.yml
@@ -11,6 +11,7 @@ steps:
- label: ":linux: Validate Linux"
commands:
+ - export EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX=chef/chef-infra-client/18.0.178/20221108210251
- sudo ./.expeditor/scripts/install-hab.sh x86_64-linux
- 'echo "--- :hammer_and_wrench: Installing $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX"'
- sudo hab pkg install $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX
@@ -23,6 +24,7 @@ steps:
- label: ":linux: Validate Linux (kernel2)"
commands:
+ - export EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUX=chef/chef-infra-client/18.0.178/20221108210251
- sudo ./.expeditor/scripts/install-hab.sh x86_64-linux-kernel2
- 'echo "--- :hammer_and_wrench: Installing $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2"'
- sudo hab pkg install $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64LINUXKERNEL2
@@ -35,6 +37,7 @@ steps:
- label: ":windows: Validate Habitat Builds of Chef Infra"
commands:
+ - $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS = chef/chef-infra-client/18.0.178/20221108210251
- powershell -File ./.expeditor/scripts/ensure-minimum-viable-hab.ps1
- 'Write-Host "--- :hammer_and_wrench: Installing $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS"'
- hab pkg install $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS