Skip to content

Commit

Permalink
Removing more components from skip
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain committed Jan 3, 2025
1 parent f94a884 commit c1f22b5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
12 changes: 6 additions & 6 deletions components/automate-builder-api-proxy/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ pkg_upstream_url="https://www.chef.io/automate"
pkg_svc_user="root"

pkg_deps=(
core/coreutils
core/bash
chef/mlsa
"${local_platform_tools_origin:-chef}/automate-platform-tools"
core/coreutils/9.4/20241017111752
core/bash/5.1/20240105214248
chef/mlsa/1.0.1/20240125084021
chef/automate-platform-tools/0.1.0/20241212061203
# We need to pin here to get a build from unstable
habitat/builder-api-proxy
habitat/builder-api-proxy/9639/20240722052815
)

pkg_build_deps=(
core/gcc
core/gcc/9.5.0/20240105175314
)

pkg_binds=(
Expand Down
6 changes: 3 additions & 3 deletions components/automate-builder-api/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pkg_maintainer="Chef Software Inc. <[email protected]>"
pkg_license=("Chef-MLSA")
pkg_upstream_url="https://www.chef.io/automate"
pkg_deps=(
core/bash
"${local_platform_tools_origin:-chef}/automate-platform-tools"
core/bash/5.1/20240105214248
chef/automate-platform-tools/0.1.0/20241212061203
# We need to pin here to get a build from unstable
habitat/builder-api
habitat/builder-api/10315/20240913162802
)

pkg_binds=(
Expand Down
2 changes: 1 addition & 1 deletion components/automate-es-gateway/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pkg_deps=(
core/coreutils/8.32/20240105213308
chef/mlsa/1.0.1/20240125084021
core/bash/5.1/20240105214248
core/curl/8.7.1/20240614090648# health_check
core/curl/8.7.1/20240614090648 #health_check
chef/automate-platform-tools/0.1.0/20241212061203
)

Expand Down
4 changes: 1 addition & 3 deletions scripts/verify_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ fi
# Build all habitat packages that have changed
build_commands=""
for component in "${changed_components[@]}"; do
if [[ "$component" == "components/automate-builder-api" ||
"$component" == "components/automate-builder-api-proxy" ||
"$component" == "components/automate-ui" ]]; then
if [[ "$component" == "components/automate-ui" ]]; then
echo "Skipping component: $component"
continue
fi
Expand Down

0 comments on commit c1f22b5

Please sign in to comment.