File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 2525    - name : Import environment variables from file 
2626      run : | 
2727        cat ".github/env" >> "$GITHUB_ENV" 
28- name : Wait for cluster to finish bootstraping 
29-       run : | 
30-         echo "Waiting for all nodes to be ready..." 
31-         kubectl wait --for=condition=Ready nodes --all --timeout=120s 
32-         kubectl get nodes 
33-         echo "Waiting for all pods to be ready..." 
34-         kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=300s 
35-         kubectl get pods -A 
36-         echo "Cluster information" 
37-         kubectl cluster-info 
3828name : Run e2e tests 
3929      run : | 
4030        make test-e2e-3.7.8 
4939    - name : Import environment variables from file 
5040      run : | 
5141        cat ".github/env" >> "$GITHUB_ENV" 
52- name : Wait for cluster to finish bootstraping 
53-       run : | 
54-         echo "Waiting for all nodes to be ready..." 
55-         kubectl wait --for=condition=Ready nodes --all --timeout=120s 
56-         kubectl get nodes 
57-         echo "Waiting for all pods to be ready..." 
58-         kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=300s 
59-         kubectl get pods -A 
60-         echo "Cluster information" 
61-         kubectl cluster-info 
6242name : Run e2e tests 
6343      run : | 
6444        make test-e2e-4.0.11 
7353    - name : Import environment variables from file 
7454      run : | 
7555        cat ".github/env" >> "$GITHUB_ENV" 
76- name : Wait for cluster to finish bootstraping 
77-       run : | 
78-         echo "Waiting for all nodes to be ready..." 
79-         kubectl wait --for=condition=Ready nodes --all --timeout=120s 
80-         kubectl get nodes 
81-         echo "Waiting for all pods to be ready..." 
82-         kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=300s 
83-         kubectl get pods -A 
84-         echo "Cluster information" 
85-         kubectl cluster-info 
8656name : Run e2e tests 
8757      run : | 
8858        make test-e2e-4.1.8 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments