-
Notifications
You must be signed in to change notification settings - Fork 711
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update(disk-loss):Adding lib env in disk-loss experiment (#1457)
Signed-off-by: shubhamchaudhary <[email protected]>
- Loading branch information
1 parent
b2603bc
commit 81bc298
Showing
3 changed files
with
8 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# All code here is not indented because j2 is space sensitive | ||
# checks if cloud_platform is set or not | ||
{% if c_lib is defined and c_lib == 'litmus' %} | ||
{% if cloud_platform is defined and cloud_platform == 'GKE' %} | ||
c_util: /chaoslib/litmus/platform/gke/disk_loss.yml | ||
{% elif cloud_platform is defined and cloud_platform == 'AWS' %} | ||
c_util: /chaoslib/litmus/platform/aws/disk_loss.yml | ||
{% endif %} | ||
{% endif %} |
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