Skip to content

Commit

Permalink
run Smoker on CS9
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Jun 5, 2024
1 parent 649cb93 commit fe55eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/vars/install_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ forklift_server_name: "pipe-{{ pipeline_type }}-server-{{ pipeline_version }}-{{
forklift_proxy_name: "pipe-{{ pipeline_type }}-proxy-{{ pipeline_version }}-{{ pipeline_os }}"
forklift_smoker_name: "pipe-{{ pipeline_type }}-smoker-{{ pipeline_version }}-{{ pipeline_os }}"
smoker_box:
box: centos8-stream
box: centos9-stream
memory: 2048
bats_test_name_prefix: "{{ pipeline_os }} {{ pipeline_action }}: "
2 changes: 1 addition & 1 deletion pipelines/vars/upgrade_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ forklift_proxy_name: "pipe-up-{{ pipeline_type }}-proxy-{{ pipeline_version}}-{{
forklift_smoker_name: "pipe-up-{{ pipeline_type }}-smoker-{{ pipeline_version }}-{{ pipeline_os }}"
forklift_boxes: "{{ {forklift_server_name: server_box, forklift_smoker_name: smoker_box} }}"
smoker_box:
box: centos8-stream
box: centos9-stream
memory: 2048
bats_test_name_prefix: "{{ pipeline_os }} {{ pipeline_action }}: "

0 comments on commit fe55eee

Please sign in to comment.