Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

It tests improvements#990

Merged
andreaTP merged 4 commits into
masterfrom
it-tests-improvements
Feb 19, 2021
Merged

It tests improvements#990
andreaTP merged 4 commits into
masterfrom
it-tests-improvements

Conversation

@andreaTP

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Various improvements to the integration test and fix the compatibility Spark/Kubernetes 1.17+

Why are the changes needed?

Ease the developer life in testing with other Cloud providers

Does this PR introduce any user-facing change?

No

How was this patch tested?

Running integration tests against GKE 1.17.15 and AKS 1.19.6

Comment thread tools/cloudflow-it/Makefile Outdated
@echo '****** Installing Spark Operator'
helm repo add incubator https://charts.helm.sh/incubator | true
helm repo update
helm upgrade -i spark-operator incubator/sparkoperator --values="spark-values.yaml" --version "0.6.7" --namespace cloudflow

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should this not be latest (or some stable version close to latest) as well, since all the tests work with latest operator?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

( I'm talking about --version, where later on you set operatorVersion to 'latest')

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

omitted the helm chart version as discussed.

@andreaTP andreaTP merged commit 0e126b5 into master Feb 19, 2021
@andreaTP andreaTP deleted the it-tests-improvements branch February 19, 2021 20:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants