mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-23 13:09:27 +08:00
cleanup
This commit is contained in:
@@ -70,4 +70,3 @@ jobs:
|
||||
run: |
|
||||
python test/integration/k8s-deploy-test.py namespace=${{ env.NAMESPACE }} kind=Deployment name=nginx-deployment containerName=nginx:1.14.2 labels=app:nginx,workflow:actions.github.com-k8s-deploy,workflowFriendlyName:Minikube_Integration_Tests_-_basic selectorLabels=app:nginx
|
||||
python test/integration/k8s-deploy-test.py namespace=${{ env.NAMESPACE }} kind=Service name=nginx-service labels=workflow:actions.github.com-k8s-deploy,workflowFriendlyName:Minikube_Integration_Tests_-_basic selectorLabels=app:nginx
|
||||
python test/integration/k8s-deploy-test.py namespace=${{ env.NAMESPACE }} kind=Service name=nginx-service labels=workflow:actions.github.com-k8s-deploy,workflowFriendlyName:Minikube_Integration_Tests_-_basic selectorLabels=app:nginx
|
||||
|
||||
@@ -241,8 +241,6 @@ def main():
|
||||
RESULT, msg = verifyIngress(k8_object, parsedArgs)
|
||||
if kind == "TrafficSplit":
|
||||
RESULT, msg = verifyTSObject(k8_object, parsedArgs)
|
||||
if kind == "Pod":
|
||||
RESULT, msg = verifyPod(k8_object, parsedArgs)
|
||||
|
||||
if not RESULT:
|
||||
sys.exit(f"{kind} {name} failed check: {msg}")
|
||||
|
||||
Reference in New Issue
Block a user