Skip to content

Commit

Permalink
lowered logging level and fixed oras install
Browse files Browse the repository at this point in the history
  • Loading branch information
alianides committed Jun 17, 2024
1 parent 2c52a91 commit bb49cda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
],
"features": {
"ghcr.io/microsoft/azure-orbital-space-sdk/spacefx-dev:0.11.0": {
"app_name": "spacesdk-setup"
"app_name": "spacesdk-setup",
"log_level": "TRACE"
}
},
"hostRequirements": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-feature-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/install-oras@main
with:
oras_version: 0.16.0
oras-version: 0.16.0

- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/install-devcontainer-cli@main

Expand Down
4 changes: 2 additions & 2 deletions modules/m_110_debugshim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function wait_for_deployment_deletion_by_app_id() {
start_time=$(date +%s)

# This returns any pods that are running
run_a_script "kubectl get pods --field-selector=status.phase=Running -A" k3s_deployments --ignore_error
run_a_script "kubectl get pods --field-selector=status.phase=Running -A" k3s_deployments



Expand All @@ -83,7 +83,7 @@ function wait_for_deployment_deletion_by_app_id() {

info_log "k3s_pods: ${k3s_deployments}"

run_a_script "kubectl get pods --field-selector=status.phase=Running -A" k3s_deployments --ignore_error
run_a_script "kubectl get pods --field-selector=status.phase=Running -A" k3s_deployments
# Letting the pods be terminating status is sufficent for this step
run_a_script "kubectl get deployments -A --output json -l \"microsoft.azureorbital/appName\"=\"${appId}\" | jq -r '.items | length '" num_of_deployments
run_a_script "kubectl get persistentvolumeclaim --output json -A -l \"microsoft.azureorbital/appName\"=\"${appId}\" | jq -r '.items | length'" num_of_volumes
Expand Down

0 comments on commit bb49cda

Please sign in to comment.