~codersquid/checkbox-ng:submission-url-option

Last commit made on 2017-09-19
Get this branch:
git clone -b submission-url-option https://git.launchpad.net/~codersquid/checkbox-ng
Only Sheila Miguez can upload to this branch. If you are Sheila Miguez please log in for upload directions.

Branch merges

Branch information

Name:
submission-url-option
Repository:
lp:~codersquid/checkbox-ng

Recent commits

481dde2... by Sheila Miguez

Change launcher tutorial to show base_url

Explain base_url and drop documentation about staging

0683b55... by Sheila Miguez

Remove newline per review comment

7910d8e... by Sheila Miguez

Drop 'staging' from launcher, use 'base_url' instead

base_url defaults to production c3

29f03a5... by Sheila Miguez

Also update the submission url in the launcher

62aa7e6... by Sheila Miguez

Drop the -s option. Users will use the -b flag to pass the staging url

This allows us to drop the conditional being used to set the base url, per review

c7d10d9... by Sheila Miguez

Allow users to pass alternate base url for submission requests

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

Merge #329446 from ~kissiel/checkbox-ng:run-subcmd-fixes

5538074... by Maciej Kisielewski

handle instatiation in `checkbox-cli run`

Before the session is finalized, SA's hand_pick_jobs is called with the same
pattern as in the first run. If any new job is matched, that hasn't run yet,
the whole main-job-running-loop is run. This happens until there is no new
job generated. This means there can be (theoretically) an infinite number
of steps - e.g. new instance instantiating new instance, and so on.

I think this makes plainbox' PXUs turing complete...

Signed-off-by: Maciej Kisielewski <email address hidden>

7882467... by Maciej Kisielewski

allow 'checkbox-cli run --resume'

Signed-off-by: Maciej Kisielewski <email address hidden>

d412e9a... by Maciej Kisielewski

make `run` subcommand configure restart strategy

Signed-off-by: Maciej Kisielewski <email address hidden>