← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~bjornt/maas-ci/+git/maas-ci-internal:pytest-no-external-db into ~maas-committers/maas-ci/+git/maas-ci-internal:main

 

Björn Tillenius has proposed merging ~bjornt/maas-ci/+git/maas-ci-internal:pytest-no-external-db into ~maas-committers/maas-ci/+git/maas-ci-internal:main.

Commit message:
Allow is-maas-fast-yet work with pytest that imports DB internally.

The change is not landed in MAAS master yet, but this change works
with both current master and with the proposed change to import
the DB internally.

In the future we can change this job to not import the DB at all
for MAAS master.



Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~bjornt/maas-ci/+git/maas-ci-internal/+merge/433713
-- 
Your team MAAS Committers is requested to review the proposed merge of ~bjornt/maas-ci/+git/maas-ci-internal:pytest-no-external-db into ~maas-committers/maas-ci/+git/maas-ci-internal:main.
diff --git a/jobs/is-maas-fast-yet.yaml b/jobs/is-maas-fast-yet.yaml
index 422ef42..b5ebcc0 100644
--- a/jobs/is-maas-fast-yet.yaml
+++ b/jobs/is-maas-fast-yet.yaml
@@ -9,6 +9,7 @@
           build-freq: 'H H(3-6) * * *'
       - 3.2
       - 3.1
+      - performance_spike
     os:
       - 20.04
       - 22.04
@@ -19,6 +20,12 @@
         os: 22.04
       - series: 3.1
         os: 22.04
+      - series: performance_spike
+        os: 20.04
+      - series: performance_spike
+        machines: 10
+      - series: performance_spike
+        machines: 100
     jobs:
       - '{name}-tester-{os}-{series}-{machines}'
     views:

Follow ups