From d3074faf79886f5acfcbebbed1272c1aeb43b0bc Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Fri, 4 Nov 2022 12:26:53 -0500 Subject: [PATCH] Pin npm job to focal firefox on jammy looks to be broken. Wheil we figureout how to fix it we have 3 options: 1) Do nothing and be unable to merge anything ; 2) Make the npm job non-voting ; or 3) Switch back to focal Clearly the change goes for option 3 Change-Id: I211333a6da03282feba82cbcdf9309f1a17ee7af --- .zuul.d/cross-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.d/cross-jobs.yaml b/.zuul.d/cross-jobs.yaml index 8840795f5c..719e02d030 100644 --- a/.zuul.d/cross-jobs.yaml +++ b/.zuul.d/cross-jobs.yaml @@ -36,6 +36,7 @@ .. zuul:jobvar:: tox_envlist Use the specified tox environments (``ALL`` selects all). + nodeset: ubuntu-focal vars: zuul_work_dir: "{{ (zuul.projects.values() | selectattr('required') | selectattr('name', 'match', '^(?!openstack/requirements)') | list)[0].src_dir }}" tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"