Skip to content

Commit bc14007

Browse files
committed
refresh channel
Signed-off-by: RoyShravani <shravani.roy@progress.com>
1 parent fdc7779 commit bc14007

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.expeditor/automate_build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ bifrost_hart=$(ls -1t results/chef-oc_bifrost*.hart | head -1)
7676
erchef_hart=$(ls -1t results/chef-oc_erchef*.hart | head -1)
7777

7878
#No releases of chef/automate-scaffolding exist in the 'LTS-2024' channel== this is for bookshelf.
79-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $bookshelf_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-bookshelf"
79+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $bookshelf_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-bookshelf"
8080

81-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $bifrost_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-oc-bifrost"
81+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $bifrost_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-oc-bifrost"
8282

83-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $erchef_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-oc-erchef"
83+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $erchef_hart; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-oc-erchef"
8484

85-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $oc_id; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-ocid"
85+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $oc_id; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-ocid"
8686

87-
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $nginx; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=dev; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-nginx"
87+
HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=LTS-2024 HAB_REFRESH_CHANNEL=refreshForLTS_20250927 hab studio run -D "set -e; hab pkg install $nginx; export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=refreshForLTS_20250927; export HAB_REFRESH_CHANNEL=refreshForLTS_20250927; hab pkg build components/automate-cs-nginx"
8888

8989
.expeditor/create-manifest.rb
9090
mv manifest.json results/build.json

0 commit comments

Comments
 (0)