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

Remove Mesos container factory. #5133

Merged
merged 3 commits into from
Jun 14, 2021
Merged

Remove Mesos container factory. #5133

merged 3 commits into from
Jun 14, 2021

Conversation

rabbah
Copy link
Member

@rabbah rabbah commented Jun 10, 2021

Description

Related issue and scope

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Scheduler
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

@codecov-commenter
Copy link

Codecov Report

Merging #5133 (94e00f9) into master (184a926) will increase coverage by 25.49%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #5133       +/-   ##
===========================================
+ Coverage   42.33%   67.82%   +25.49%     
===========================================
  Files         233      224        -9     
  Lines       12661    12299      -362     
  Branches      521      514        -7     
===========================================
+ Hits         5360     8342     +2982     
+ Misses       7301     3957     -3344     
Impacted Files Coverage Δ
...che/openwhisk/core/invoker/LogStoreCollector.scala 0.00% <0.00%> (-100.00%) ⬇️
...hisk/core/scheduler/message/ContainerMessage.scala 0.00% <0.00%> (-100.00%) ⬇️
.../openwhisk/core/scheduler/FPCSchedulerServer.scala 0.00% <0.00%> (-95.84%) ⬇️
...sk/core/scheduler/container/ContainerManager.scala 0.00% <0.00%> (-88.72%) ⬇️
...a/org/apache/openwhisk/http/BasicHttpService.scala 3.17% <0.00%> (-87.31%) ⬇️
...nwhisk/core/scheduler/queue/ContainerCounter.scala 0.00% <0.00%> (-84.22%) ⬇️
.../core/scheduler/container/CreationJobManager.scala 0.00% <0.00%> (-83.34%) ⬇️
...scheduler/queue/ElasticSearchDurationChecker.scala 0.00% <0.00%> (-78.85%) ⬇️
...la/org/apache/openwhisk/http/BasicRasService.scala 33.33% <0.00%> (-66.67%) ⬇️
...la/org/apache/openwhisk/core/invoker/Invoker.scala 4.83% <0.00%> (-64.52%) ⬇️
... and 157 more

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 184a926...94e00f9. Read the comment docs.

This pull request was closed.
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.

4 participants