Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/e2e-reusable-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ jobs:
run: |
REGISTRY=$(base64 -d <<< "${{secrets.DEV_REGISTRY_DOCKER_CFG}}" | jq '.auths | to_entries | .[] | .key' -r)

echo "[INFO] Apply ModuleSource prod config"
echo "[INFO] Apply ModuleSource dev config"
kubectl apply -f -<<EOF
apiVersion: deckhouse.io/v1alpha1
kind: ModuleSource
Expand All @@ -981,7 +981,7 @@ jobs:
scheme: HTTPS
EOF

kubectl wait --for=jsonpath='{.status.phase}'=Active ms deckhouse-dev --timeout=30s
kubectl wait --for=jsonpath='{.status.phase}'=Active ms deckhouse-dev --timeout=300s

echo "[INFO] Apply Virtualization module config"
kubectl apply -f -<<EOF
Expand Down Expand Up @@ -1009,7 +1009,7 @@ jobs:
name: virtualization
spec:
imageTag: ${{ env.VIRTUALIZATION_TAG }}
scanInterval: 10h
scanInterval: 120h
EOF

echo "[INFO] Show ModuleSource"
Expand Down
Loading