@@ -3,18 +3,14 @@ expeditor:
33 buildkite :
44 timeout_in_minutes : 30
55 env :
6- HAB_BLDR_CHANNEL : LTS-2024
7- HAB_REFRESH_CHANNEL : LTS-2024
8- HAB_FALLBACK_CHANNEL : LTS-2024
9- HAB_STUDIO_SECRET_HAB_BLDR_CHANNEL : LTS-2024
10- HAB_STUDIO_SECRET_HAB_REFRESH_CHANNEL : LTS-2024
11- HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL : LTS-2024
6+ HAB_BLDR_CHANNEL : LTS-2024
7+ HAB_REFRESH_CHANNEL : LTS-2024
8+ HAB_FALLBACK_CHANNEL : LTS-2024
9+ HAB_STUDIO_SECRET_HAB_BLDR_CHANNEL : LTS-2024
10+ HAB_STUDIO_SECRET_HAB_REFRESH_CHANNEL : LTS-2024
11+ HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL : LTS-2024
1212
1313steps :
14- # ######################################################################
15- # Linting!
16- # ######################################################################
17-
1814 - label : " [lint] :linux: :bash: Shellcheck"
1915 command :
2016 - ./test/shellcheck.sh
@@ -53,10 +49,6 @@ steps:
5349 executor :
5450 docker :
5551
56- # ######################################################################
57- # Unit Tests - Linux!
58- # ######################################################################
59-
6052 - label : " [unit] :linux: builder-api"
6153 command :
6254 - ./test/run_cargo_test.sh builder-api
@@ -125,6 +117,7 @@ steps:
125117 docker :
126118 privileged : true
127119 environment :
120+ - HAB_AUTH_TOKEN
128121 - HAB_ORIGIN=habitat
129122 - HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
130123
@@ -141,7 +134,4 @@ steps:
141134 privileged : true
142135 environment :
143136 - HAB_ORIGIN=habitat
144- # The following variables are only set inside `studio` and how we enter
145- # `studio` should not matter.
146- # test test
147137 - HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
0 commit comments