Skip to content

Commit c72991b

Browse files
zjhuntinclaude
andcommitted
Increase smoker VM memory from 2GB to 4GB
Smoker tests are intermittently failing with Selenium ReadTimeoutError when chromedriver becomes unresponsive late in the test run. With 2GB RAM and 2 parallel Chrome instances cycling through ~78 tests, the VM runs out of resources. See theforeman/smoker#48 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5e46735 commit c72991b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pipelines/vars/install_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ forklift_proxy_name: "pipe-{{ pipeline_type }}-proxy-{{ pipeline_version }}-{{ p
55
forklift_smoker_name: "pipe-{{ pipeline_type }}-smoker-{{ pipeline_version }}-{{ pipeline_os }}"
66
smoker_box:
77
box: centos9-stream
8-
memory: 2048
8+
memory: 4096
99
bats_test_name_prefix: "{{ pipeline_os }} {{ pipeline_action }}: "

pipelines/vars/upgrade_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ forklift_smoker_name: "pipe-up-{{ pipeline_type }}-smoker-{{ pipeline_version }}
66
forklift_boxes: "{{ {forklift_server_name: server_box, forklift_smoker_name: smoker_box} }}"
77
smoker_box:
88
box: centos9-stream
9-
memory: 2048
9+
memory: 4096
1010
bats_test_name_prefix: "{{ pipeline_os }} {{ pipeline_action }}: "

0 commit comments

Comments
 (0)