~sylvain-pineau/checkbox-ng:avocado_allergy

Last commit made on 2019-11-28
Get this branch:
git clone -b avocado_allergy https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
avocado_allergy
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

4cc527e... by Sylvain Pineau

setup: avocado allergy

9385a15... by PMR <pmr@pmr-lander>

Merge #376071 from ~jocave/checkbox-ng:load-providers-in-session

2ec4789... by PMR <pmr@pmr-lander>

Merge #376062 from ~jocave/checkbox-ng:support-resume-custom-joblist

a1689c8... by Jonathan Cave

suspend/resume: tests for new metadata

bad94b4... by Jonathan Cave

suspend/resume: support custom joblist metadata

Ensure that the new custom_joblist flag and removed_joblist
metadata items are stored in the session json and reloaded on
resume.

cc5f2b2... by Jonathan Cave

load_providers: refactor in to SA init

All checkbox invocations now call load_providers() immediately on
start so that a predicatble set of providers are available for
whatever subcommand action is performed. This refactors the code
so this expected behaviour is encoded in the SessionAssistant init

cb975d3... by PMR <pmr@pmr-lander>

Merge #376058 from ~jocave/checkbox-ng:pass-only-env-vars

628d2de... by Jonathan Cave

execution: pass environ dict rather than config

Simplify the job runners by taking only a dictionary of environment
variables rather than a full PlainBoxConfig. Only the envrionment
section of the config is being used.

5b6390c... by PMR <pmr@pmr-lander>

Merge #376033 from ~sylvain-pineau/checkbox-ng:remove_test_pod_namedtuple_internals

af79c3d... by Sylvain Pineau

test_pod.py: Remove the checks on namedtuple internals

Python 3.8 breaks namedtuple properties.
See https://bugs.python.org/issue32492