-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Remove flaky template tests (#322)
* Remove flaky datas from template tests, and validation on other existing datas * Fix test's new github data output * Fix tested1 - tested2 confusion * Meaningful names to resources in template test
- Loading branch information
1 parent
2e045e5
commit 15db322
Showing
2 changed files
with
29 additions
and
52 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,8 +1,9 @@ | ||
{ | ||
"tested2_template_type": "terraform", | ||
"tested2_template_name": "tested1-", | ||
"tested2_template_repository": "https://github.com/env0/templates", | ||
"tested1_template_repository": "https://gitlab.com/env0/gitlab-vcs-integration-tests.git", | ||
"tested2_template_path": "second", | ||
"tg_tg_version" : "0.35.0" | ||
"github_template_type": "terraform", | ||
"github_template_name": "Github Test-", | ||
"github_template_repository": "https://github.com/env0/templates", | ||
"gitlab_template_repository": "https://gitlab.com/env0/gitlab-vcs-integration-tests.git", | ||
"github_template_path": "second", | ||
"tg_tg_version" : "0.35.0", | ||
"data_github_template_type": "terraform" | ||
} |
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