Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HumairAK committed Jun 20, 2024
1 parent e0ff01d commit 343ca0a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches: [master]

# Run tests for any PRs which change the backend code
pull_request:
paths:
- 'go.mod'
- 'backend/**'
- 'scripts/deploy/github/**'
- 'manifests/kustomize/**'
# pull_request:
# paths:
# - 'go.mod'
# - 'backend/**'
# - 'scripts/deploy/github/**'
# - 'manifests/kustomize/**'

env:
GITHUB_ACTION: "true"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Periodic Functional Tests

on:
schedule:
- cron: '0 0 * * *' # Run every day at midnight

push:
branches: [master]
jobs:
run_tests:
runs-on: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/presubmit-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
paths:
- 'backend/**'
- 'test/presubmit-backend-test.sh'
# pull_request:
# branches:
# - master
# paths:
# - 'backend/**'
# - 'test/presubmit-backend-test.sh'

jobs:
backend-tests:
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/github/helper-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ wait_for_pods () {
local num_pods
local num_running
pods=$(kubectl get pod -n "$namespace")
# echo "$pods"
kubectl get pod -n "$namespace"
# kubectl get pvc -n "$namespace"

if [[ -z $pods ]]
Expand Down

0 comments on commit 343ca0a

Please sign in to comment.