Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwanath Hiremath <vhiremath@microsoft.com>
  • Loading branch information
vishwahiremat committed Nov 27, 2023
1 parent ed2772f commit 1e6ca22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:
matrix:
include:
- name: mongodatabases
app: dsrp-resources-mongodb-recipe
namespace: dsrp-resources-mongodb-recipe-app
path: ./tests/mongodatabases.bicep
args: --parameters magpieimage="radiusdev.azurecr.io/magpiego:latest"
- name: rediscaches
app: dsrp-resources-redis-recipe
namespace: dsrp-resources-redis-recipe-app
path: ./tests/rediscaches.bicep
args: --parameters magpieimage="radiusdev.azurecr.io/magpiego:latest"

steps:
- name: Generate output variables
id: gen-id
Expand Down Expand Up @@ -110,7 +112,8 @@ jobs:
if: steps.gen-id.outputs.RUN_TEST == 'true'
id: wait-for-pods
run: |
kubectl wait --for=condition=Ready pod -n ${{ matrix.namespace }} --timeout=5m
label="radapp.io/application=${{ matrix.app }}"
kubectl wait --for=condition=Ready pod -l $label -n ${{ matrix.namespace }} --timeout=5m

0 comments on commit 1e6ca22

Please sign in to comment.