Skip to content

Commit

Permalink
eve: Rename multiple-nodes stage to multiple-nodes-centos
Browse files Browse the repository at this point in the history
Rename `multiple-nodes` stage to `multiple-nodes-centos` to have the
same naming on all development branches to being able to add some
filtering on this stage like `simultaneous_build`.
  • Loading branch information
TeddyAndrieux committed Apr 20, 2020
1 parent cb442cb commit 968bc28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eve/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ stages:
name: Trigger single-node and multiple-nodes steps with built ISO
stage_names:
- single-node
- multiple-nodes
- multiple-nodes-centos
- ShellCommand: *add_final_status_artifact_success
- Upload: *upload_final_status_artifact

Expand Down Expand Up @@ -518,7 +518,7 @@ stages:
env:
STEP_NAME: single-node

multiple-nodes:
multiple-nodes-centos:
_metalk8s_internal_info:
junit_info: &_install_multi-node_junit_info
TEST_SUITE: install
Expand All @@ -535,7 +535,7 @@ stages:
env:
<<: *_env_final_status_artifact_failed
<<: *_install_multi-node_junit_info
STEP_NAME: multiple-nodes
STEP_NAME: multiple-nodes-centos
- ShellCommand: *setup_cache
- ShellCommand: *ssh_ip_setup
- ShellCommand: *retrieve_iso
Expand Down Expand Up @@ -748,13 +748,13 @@ stages:
env:
<<: *_env_final_status_artifact_success
<<: *_install_multi-node_junit_info
STEP_NAME: multiple-nodes
STEP_NAME: multiple-nodes-centos
- Upload: *upload_final_status_artifact
- ShellCommand:
<<: *wait_debug
timeout: 14400
env:
STEP_NAME: multiple-nodes
STEP_NAME: multiple-nodes-centos
DURATION: "14400"
- ShellCommand:
name: Destroy openstack virtual infra
Expand Down

0 comments on commit 968bc28

Please sign in to comment.