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

Moving to CNCF cluster #429

Merged
merged 63 commits into from
Aug 6, 2020
Merged

Moving to CNCF cluster #429

merged 63 commits into from
Aug 6, 2020

Conversation

anishakj
Copy link
Contributor

@anishakj anishakj commented Jul 27, 2020

Signed-off-by: anisha.kj [email protected]

Change log description

Currently e2e tests were run on AWS cluster. Moving the cluster from AWS to CNCF.

Purpose of the change

Fixes #437

What the code does

Modified travis file to create cluster in CNCF and execute tests there. Cluster provided is bare metal , so installed Kubernetes also on the nodes.

How to verify it

Verified that e2e tests are passing

anishakj added 30 commits July 27, 2020 11:23
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
anishakj added 11 commits July 30, 2020 00:09
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2020

Codecov Report

Merging #429 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #429      +/-   ##
==========================================
+ Coverage   76.11%   76.13%   +0.02%     
==========================================
  Files          14       14              
  Lines        3320     3323       +3     
==========================================
+ Hits         2527     2530       +3     
  Misses        705      705              
  Partials       88       88              
Impacted Files Coverage Δ
pkg/apis/pravega/v1beta1/pravega.go 97.53% <ø> (ø)
pkg/controller/pravega/pravega_controller.go 100.00% <100.00%> (ø)
pkg/controller/pravega/pravega_segmentstore.go 100.00% <100.00%> (ø)
pkg/util/pravegacluster.go 97.45% <100.00%> (-0.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ab8f6e...7724a14. Read the comment docs.

@anishakj anishakj changed the title Initial changes for login Moving to CNCF cluster Aug 3, 2020
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
@anishakj anishakj marked this pull request as ready for review August 6, 2020 04:42
@anishakj anishakj requested a review from Prabhaker24 August 6, 2020 04:42
Makefile Outdated Show resolved Hide resolved
test/e2e/basic_test.go Show resolved Hide resolved
Signed-off-by: anisha.kj <[email protected]>
Signed-off-by: anisha.kj <[email protected]>
Copy link
Contributor

@Prabhaker24 Prabhaker24 left a comment

Choose a reason for hiding this comment

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

LGTM

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

Successfully merging this pull request may close these issues.

Move to CNCF cluster for e2e tests
3 participants