Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Refactor pendingpatches #111

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 13, 2018

  1. db: Add pendingjobs table

    Allow sktm to store the name and build ID of the Jenkins job that
    is spawned to run tests.
    
    Signed-off-by: Major Hayden <[email protected]>
    major committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    83758ef View commit details
    Browse the repository at this point in the history
  2. Refactor pending patches logic

    Add patches to the `patch` table as soon as they are received.
    
    Alter the `pendingpatches` table to link test jobs (`pendingjobs`)
    with patches in the `patch` table. Store each test job in the
    `pendingjobs` table and refer to the table when checking on tested
    patches.
    
    Signed-off-by: Major Hayden <[email protected]>
    major committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    1fe843e View commit details
    Browse the repository at this point in the history
  3. db: Add tests for pendingjobs functions

    Signed-off-by: Major Hayden <[email protected]>
    major committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    70b3535 View commit details
    Browse the repository at this point in the history