Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8SPG-294 Parallization of testing different pg versions #2044

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cap1984
Copy link
Contributor

@cap1984 cap1984 commented Mar 29, 2023

No description provided.

@cap1984 cap1984 force-pushed the K8SPG-294-parallel-testing-of-different-pg-versions branch 7 times, most recently from 0e64df0 to 3d3e9ae Compare March 29, 2023 15:01
@cap1984 cap1984 force-pushed the K8SPG-294-parallel-testing-of-different-pg-versions branch from 3d3e9ae to bd666e7 Compare March 29, 2023 17:54
ret_val=0
gcloud auth activate-service-account alpha-svc-acct@"${GCP_PROJECT}".iam.gserviceaccount.com --key-file=$CLIENT_SECRET_FILE && \
gcloud config set project $GCP_PROJECT && \
gcloud alpha container clusters create --release-channel rapid \$(echo $CLUSTER_NAME-${CLUSTER_PREFIX} | cut -c-40) --zone ${GKERegion} --cluster-version $GKE_VERSION --project $GCP_PROJECT --preemptible --machine-type n1-standard-4 --num-nodes=4 --min-nodes=4 --max-nodes=6 --network=jenkins-pg-vpc --subnetwork=jenkins-pg-${CLUSTER_PREFIX} --cluster-ipv4-cidr=/21 --labels delete-cluster-after-hours=6 && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks more as SUFFIX, not CLUSTER_PREFIX
Could we fix it? It helps to have the same names in all pipelines :)

runTest('users')
runTest('ns-mode')
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we run it in parallel? What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants