Skip to content

Commit

Permalink
HEAT-227: updated the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KalyanaVadlamani committed Mar 25, 2024
1 parent cd77b95 commit 286ecf3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
with:
project: ${{ matrix.project }}
push: ${{ env.push }}
version: ${{ steps.version.outputs.version }}
version: ${{ steps.version.outputs.version }}

3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ jobs:
cert: ${{ secrets.PRODUCTION_KUBE_CERT }}
cluster: ${{ secrets.PRODUCTION_KUBE_CLUSTER }}
namespace: ${{ secrets.PRODUCTION_KUBE_NAMESPACE }}
token: ${{ secrets.PRODUCTION_KUBE_TOKEN }}
token: ${{ secrets.PRODUCTION_KUBE_TOKEN }}

3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
environment: prod
version: ${{ github.event.inputs.version }}
if: github.event_name != 'schedule' # Skip this job if the workflow is triggered by schedule
secrets: inherit
secrets: inherit

3 changes: 2 additions & 1 deletion health_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,5 @@ def startHttpServer():
continue

log.debug(f"Active threads: {threading.active_count()}")
sleep(refresh_interval)
sleep(refresh_interval)

0 comments on commit 286ecf3

Please sign in to comment.