Skip to content

Commit

Permalink
Fetch kubeconfigs before check_cluster_state (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sssash18 authored Jun 17, 2024
1 parent ff668a7 commit 9445031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/pipeline_integration_test
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ function setup_environment() {
fi

#fetching kubeconfigs and machineClass from secret_server
fetch_service_account_kubeconfig
fetch_oot_cluster_kubeconfig
create_test_mc_secret
echo "test-mc-secret created successfully"
fetch_machine_class
Expand Down Expand Up @@ -276,6 +274,8 @@ function print_controller_logs {
############################################## <Main> ########################################################

printf "\n\t\t\t----- Start of Test Script -----------\n"
fetch_service_account_kubeconfig
fetch_oot_cluster_kubeconfig
#if cluster state is not clean then don't run the tests
check_cluster_state
setup_environment
Expand Down

0 comments on commit 9445031

Please sign in to comment.