Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions adventures/01-echoes-lost-in-orbit/beginner/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/loader.sh"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/tracker-legacy.sh"

OBJECTIVE="By the end of this level, you should:

Expand Down
2 changes: 2 additions & 0 deletions adventures/01-echoes-lost-in-orbit/expert/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/loader.sh"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/tracker-legacy.sh"

OBJECTIVE="By the end of this level, you should have:
- Automated rollout progression to HotROD version 1.76.0 driven by observability signals
Expand Down
2 changes: 2 additions & 0 deletions adventures/01-echoes-lost-in-orbit/intermediate/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/loader.sh"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/tracker-legacy.sh"

OBJECTIVE="By the end of this level, you should have:
- Pod info version 6.9.3 deployed successfully in both staging and production environments
Expand Down
2 changes: 2 additions & 0 deletions adventures/02-building-cloudhaven/beginner/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/loader.sh"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/tracker-legacy.sh"

OBJECTIVE="By the end of this level, you should:

Expand Down
2 changes: 2 additions & 0 deletions adventures/02-building-cloudhaven/expert/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/loader.sh"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/tracker-legacy.sh"

OBJECTIVE="By the end of this level, your workflows should:

Expand Down
2 changes: 2 additions & 0 deletions adventures/02-building-cloudhaven/intermediate/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/loader.sh"
# shellcheck disable=SC1091
source "$SCRIPT_DIR/../../../lib/scripts/tracker-legacy.sh"

OBJECTIVE="By the end of this level, you should have:

Expand Down