Skip to content

Commit

Permalink
updated dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 13, 2024
1 parent 92f22a9 commit 0b2affe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,27 @@
}
}
}
},
"vscode": {
"extensions": [
"github.codespaces",
"github.copilot",
"github.copilot-chat",
"github.vscode-github-actions",
"bat67.markdown-extension-pack",
"bracketpaircolordlw.bracket-pair-color-dlw",
"eamodio.gitlens",
"golang.go",
"ms-vscode.makefile-tools",
"onsi.vscode-ginkgo",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"visualstudioexptteam.vscodeintellicode",
"wayou.vscode-todo-highlight",
]
}
},
"postCreateCommand": "bash .devcontainer/setup-dev-container.sh"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}
2 changes: 1 addition & 1 deletion .github/scripts/setup_cosi_resources.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi

# Step 6: Verify COSI driver Pod Status
log_and_run echo "Verifying COSI driver Pod status..."
if ! kubectl wait --namespace scality-object-storage --for=condition=ready pod --selector=app.kubernetes.io/name=scality-cosi-driver --timeout=20s; then
if ! kubectl wait --namespace scality-object-storage --for=condition=ready pod --selector=app.kubernetes.io/name=scality-cosi-driver --timeout=30s; then
echo "Error: COSI driver Pod did not reach ready state." | tee -a "$LOG_FILE"
exit 1
fi
Expand Down

0 comments on commit 0b2affe

Please sign in to comment.