-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Glue script --profile and --junit work (#253)
Fix Glue script --profile and --junit features does not work at the same time Add e2e test for junit and profile TEAM-9475 - Glue script --profile and --junit features does not work at the same time
- Loading branch information
Showing
6 changed files
with
69 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Bacche di goji | ||
hosts: all | ||
tasks: | ||
- name: Say hello | ||
ansible.builtin.debug: | ||
msg: "Hello worlds" | ||
|
||
- name: Pause for 10 seconds to rest | ||
ansible.builtin.pause: | ||
seconds: 10 | ||
|
||
- name: Say goodbye | ||
ansible.builtin.debug: | ||
msg: "Bye bye" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
apiver: 3 | ||
provider: fragola | ||
terraform: | ||
variables: | ||
fruit: lampone | ||
ansible: | ||
hana_media: | ||
- mora | ||
- corniolo | ||
hana_urls: mirtillo | ||
az_storage_account_name: ribes | ||
az_container_name: uvaspina | ||
az_sas_token: '***' | ||
create: | ||
- goji.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters