Skip to content

[RFC] Drop testing in unlikely settings in CI #11367

@akihironitta

Description

@akihironitta

Proposed change in CI

In #11217 (comment), @Borda suggests dropping testing with Python 3.9 and "oldest" because it may be very unlikely that someone uses the latest (supported) Python version with the oldest packages.

... in general, if someone is using almost the latest python I don't think he would assist on the oldest packages...

If we decide to do this, are there any other rare environments?
e.g. should we exclude the oldest Python version (3.7) with the latest packages, too?

Motivation

  • Reduces our time spent on debugging something happening in environments that are rarely used.
  • Saves computational resources.

Pitch

Exclude either/both of the following envs from ci_test-full.yml:

  • cpu (*, 3.9, oldest, stable)
  • cpu (*, 3.7, latest, stable)

Additional context


If you enjoy Lightning, check out our other projects! ⚡

  • Metrics: Machine learning metrics for distributed, scalable PyTorch applications.

  • Lite: enables pure PyTorch users to scale their existing code on any kind of device while retaining full control over their own loops and optimization logic.

  • Flash: The fastest way to get a Lightning baseline! A collection of tasks for fast prototyping, baselining, fine-tuning, and solving problems with deep learning.

  • Bolts: Pretrained SOTA Deep Learning models, callbacks, and more for research and production with PyTorch Lightning and PyTorch.

  • Lightning Transformers: Flexible interface for high-performance research using SOTA Transformers leveraging Pytorch Lightning, Transformers, and Hydra.

cc @carmocca @akihironitta @Borda

Metadata

Metadata

Assignees

No one assigned

    Labels

    ciContinuous Integrationwon't fixThis will not be worked on

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions