Giter Club home page Giter Club logo

autopkgtest-diff's Introduction

Compare autopkgtest results

This script compares the autopkgtest results until a given date and the latest run for a set of packages. Once can run the script with the command below:

$ python3 diff_autopkgtest_results.py 2024-02-28 ubuntu-server

The reference date passed to the script must follow this format: YYYY-MM-DD.

The last parameter is the name of the packaging team present here.

As result, 3 files containing the output of the analysis:

  • no_news_<YYYY-MM-DD>_<packaging_team>.json: packages that did not change the status. The package was passing before the reference date and now it keeps passing. Or the package was failing and now it keeps failing.
  • good_news_<YYYY-MM-DD>_<packaging_team>.json: packages that tests were failing before the reference date and now they are passing.
  • bad_news_<YYYY-MM-DD>_<packaging_team>.json: packages that tests were passing before the reference date and now they are failing.

Some packages might not have data to be analyzed, maybe there is no data in the SQLite database file, or no test run before or after the reference date.

autopkgtest-diff's People

Contributors

lucaskanashiro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.