~troyanov/maas:agent-create-rundir

Last commit made on 2024-05-29
Get this branch:
git clone -b agent-create-rundir https://git.launchpad.net/~troyanov/maas
Only Anton Troyanov can upload to this branch. If you are Anton Troyanov please log in for upload directions.

Branch merges

Branch information

Name:
agent-create-rundir
Repository:
lp:~troyanov/maas

Recent commits

59c3982... by Anton Troyanov

fix(agent): create runDir if it doesn't exist

91490a9... by Anton Troyanov

fix: re-add missing foreign key constraints

f7230326051628a654afe8e2383be6faec05f35e had side-effect that removed
most of the foreign key relations

Resolves LP:2066936

361733f... by Wyatt Rees

fix: propagate HTTP errors from enrolment request to the CLI

e5f8b4d... by Wyatt Rees

refactor: take site manager heartbeat interval from response header

68802ac... by Björn Tillenius

Fix test_Commission_starts_commissioning intermittent failure.

d04eeb1... by Jacopo Rota

fix: specify encoding in api docs renderer

20f2141... by MAAS Lander

Update initial SQL

6b4037f... by Wyatt Rees

feat: Add stat for whether MAAS is connected to Site Manager

e1fd20f... by Jacopo Rota

fix: split schema migration and data migration for 0323_add_bootresource_alias_column

b2df4b6... by Björn Tillenius

Limit test processes in parallel to 4 by default.

It's possible to change the number of parallel processes by passing
in the MAAS_MAX_TEST_PROCESSES environment variable. For example:
  MAAS_MAX_TEST_PROCESSES=8 utilities/run-py-tests-ci

This aims to reduce the number of intermittent failures in our CI.