Skip to content

Commit 16e7f49

Browse files
committed
Add Rolling configurations in coredns/cnf-testsuite.yml
example-cnfs/coredns fails passing CNF Rollback because rollback_from_tag is undefined. Here are the error messages ␛[31mPlease add the container name coredns and a corresponding rollback_from_tag into your cnf-testsuite.yml under container names␛[0m ␛[31m✖️ FAILED: CNF Rollback Failed ␛[0m ␛[32m✔️ PASSED: CNF Rollback Passed ␛[0m Signed-off-by: Cédric Ollivier <[email protected]>
1 parent d56c172 commit 16e7f49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example-cnfs/coredns/cnf-testsuite.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ helm_repository: # CONFIGURATION OF HELM REPO - ONLY NEEDED WHEN USING helm_char
88
#manifest_directory: coredns # PATH_TO_DIRECTORY_OF_CNFS_MANIFEST_FILES ; or
99
release_name: coredns # DESIRED_HELM_RELEASE_NAME
1010
helm_install_namespace: cnfspace
11+
container_names:
12+
- name: coredns
13+
rolling_update_test_tag: "1.8.0"
14+
rolling_downgrade_test_tag: 1.6.7
15+
rolling_version_change_test_tag: 1.8.0
16+
rollback_from_tag: 1.8.0

0 commit comments

Comments
 (0)