Skip to content

Commit

Permalink
Adding build pipeline as well from LTS channel
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <yashvi.jain@progress.com>
  • Loading branch information
Yashvi Jain committed Jan 6, 2025
1 parent 08c3344 commit ac908a6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .expeditor/build.habitat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ studio_secrets:
OPENSEARCH_NODE1_KEY_PEM:
path: secret/a2/a2ha/opensearch
field: node1-key.pem
HAB_BLDR_CHANNEL:
value: "LTS-2024"
HAB_FALLBACK_CHANNEL:
value: "stable"
GOPROXY:
Expand Down
31 changes: 15 additions & 16 deletions components/automate-es-gateway/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,25 @@ chef_automate_hab_binding_mode="relaxed"
pkg_svc_user="root"

pkg_deps=(
core/glibc/2.35/20240105171810
core/libedit/20210910-3.1/20240106023704
core/ncurses/6.2/20240105212325
core/zlib/1.3/20240105173710
core/bzip2/1.0.8/20240105212113
core/openssl/1.0.2zi/20240105224424
#core/pcre2
core/pcre/8.45/20240105213900
core/coreutils/8.32/20240105213308
chef/mlsa/1.0.1/20240125084021
core/bash/5.1/20240105214248
core/curl/8.7.1/20240614090648 #health_check
chef/automate-platform-tools/0.1.0/20241212061203
core/glibc
core/libedit
core/ncurses
core/zlib
core/bzip2
core/openssl
core/pcre2
core/coreutils
chef/mlsa
core/bash
core/curl # health_check
chef/automate-platform-tools
)


pkg_build_deps=(
core/gcc/9.5.0/20240105175314
core/make/4.3/20240105222044
core/coreutils/8.32/20240105213308
core/gcc
core/make
core/coreutils
)

pkg_lib_dirs=(lib)
Expand Down
25 changes: 12 additions & 13 deletions components/automate-load-balancer/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,21 @@ pkg_upstream_url="https://www.chef.io/automate"
pkg_shasum=760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9

pkg_deps=(
core/glibc/2.35/20240105171810
core/libedit/20210910-3.1/20240106023704
core/ncurses/6.2/20240105212325
core/zlib/1.3/20240105173710
core/bzip2/1.0.8/20240105212113
core/openssl/1.0.2zi/20240105224424
#core/pcre2
core/pcre/8.45/20240105213900
chef/mlsa/1.0.1/20240125084021
core/bash/5.1/20240105214248
core/glibc
core/libedit
core/ncurses
core/zlib
core/bzip2
core/openssl/3.0.9
core/pcre2
chef/mlsa
core/bash
)

pkg_build_deps=(
core/gcc/9.5.0/20240105175314
core/make/4.3/20240105222044
core/coreutils/8.32/20240105213308
core/gcc
core/make
core/coreutils
)
pkg_lib_dirs=(lib)
pkg_bin_dirs=(sbin)
Expand Down
2 changes: 1 addition & 1 deletion integration/helpers/cert_auth_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

cert_auth_tests() {
log_info "Starting the Certificate Authentication test suite"
hab pkg install core/curl -c stable
hab pkg install core/curl
#shellcheck disable=SC2154
log_info "Generating policy to allow ${authorized_service_name} to GET the data collector endpoint"
grant_permissions
Expand Down

0 comments on commit ac908a6

Please sign in to comment.