Skip to content

Commit

Permalink
Fix email subject
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <[email protected]>
  • Loading branch information
jordimassaguerpla committed Mar 1, 2022
1 parent 1ebdea3 commit 93b6b12
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env1.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env10.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env4.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env5.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env6.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env7.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env8.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/Uyuni-PR-tests-env9.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Running acceptance tests on Pull Request $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "$status acceptance tests on Pull Request: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand All @@ -37,7 +37,7 @@ variable "MAIL_TEMPLATE" {

variable "MAIL_SUBJECT_ENV_FAIL" {
type = string
default = "Running acceptance tests on Pull Request: Environment setup failed"
default = "Failed acceptance tests on Pull Request: Environment setup failed"
}

variable "MAIL_TEMPLATE_ENV_FAIL" {
Expand Down

0 comments on commit 93b6b12

Please sign in to comment.