Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Feb 6, 2025
1 parent d5503c2 commit 34c26f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
install_only: false
cluster_name: cc-cluster
- name: Run PiT
env:
CC_KEY: ${{ secrets.CC_KEY }}
CC_CERT: ${{ secrets.CC_CERT }}
GHTK: ${{ secrets.GHTK }}
run: |
# Run PiT script with parameters given in inputs
[ -n "${{ inputs.skipcurrent }}" ] && A="$A --skip-current"
[ -n "${{ inputs.skipdev }}" ] && A="$A --skip-dev"
[ -n "${{ inputs.debug }}" ] && A="$A --debug"
Expand Down
6 changes: 3 additions & 3 deletions scripts/pit/lib/lib-ccenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ runControlCenter() {
validateControlCenter() {
checkCommands docker kubectl helm unzip || return 1
checkDockerRunning || return 1
if [ -z "$NOCURRENT" ]; then
runControlCenter current
fi
buildCC || return 1
runControlCenter next
# if [ -z "$NOCURRENT" ]; then
# runControlCenter current
# fi
}


Expand Down

0 comments on commit 34c26f4

Please sign in to comment.