Skip to content

Commit

Permalink
Waiting for operator
Browse files Browse the repository at this point in the history
Also temporarily commented-out edge stream cluster tests
  • Loading branch information
blaskoa committed Jan 25, 2024
1 parent bf60be0 commit 82ebf5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
variant: ['multitenant', 'edge']
variant: [
'multitenant'
# , 'edge'
]
steps:
- uses: actions/checkout@v3
- name: Install yq
Expand Down Expand Up @@ -79,6 +82,8 @@ jobs:
if: ${{ matrix.variant == 'multitenant' }}
run: |
kubectl apply -f ci/tenants.yaml
echo "Wait for the operator to create the deployments"
sleep 5
kubectl rollout status deployment sf-matcher-tenant-1 --timeout=300s
kubectl rollout status deployment sf-matcher-tenant-2 --timeout=300s
- name: Wait for stream log population job
Expand Down

0 comments on commit 82ebf5c

Please sign in to comment.