Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

chore: add initial TravisCI test matrix#283

Merged
seanmalloy merged 1 commit intomasterfrom
travis-test-matrix
Feb 4, 2020
Merged

chore: add initial TravisCI test matrix#283
seanmalloy merged 1 commit intomasterfrom
travis-test-matrix

Conversation

@seanmalloy
Copy link
Copy Markdown
Contributor

@seanmalloy seanmalloy commented Feb 4, 2020

Description

Run the test automation against multiple k8s versions, so that we know
which k8s versions the operator works with. A follow up change will be
made in the near future to update the minikube version which will allow
testing against new k8s versions.

This is the first part of #256.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • Unit tests and e2e tests updated
  • Documentation updated

@seanmalloy seanmalloy added this to the v0.1.3 milestone Feb 4, 2020
@seanmalloy
Copy link
Copy Markdown
Contributor Author

Tests are running against multiple k8s versions now ...

Screen Shot 2020-02-03 at 11 04 22 PM

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 4, 2020

Codecov Report

Merging #283 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #283   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files           1      1           
  Lines          52     52           
=====================================
  Misses         52     52

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 c6de867...d2e0ebb. Read the comment docs.

@seanmalloy
Copy link
Copy Markdown
Contributor Author

We can add 200 items to the build matrix, but only 3 run in parallel. So having more than three items in the build matrix will cause the tests to wait in a queue. We will need to select the k8s versions that we want to test carefully, or we risk having the tests run for a very long time.

Run the test automation against multiple k8s versions, so that we know
which k8s versions the operator works with. A follow up change will be
made in the near future to update the minikube version which will allow
testing against new k8s versions.
@seanmalloy seanmalloy merged commit f5ee63a into master Feb 4, 2020
@seanmalloy seanmalloy deleted the travis-test-matrix branch February 4, 2020 17:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants