File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,8 @@ jobs:
144144 fail-fast : false
145145 matrix :
146146 ansible : [ 2.13.0 ]
147- example_name : ${{ fromJson(needs.examples-matrix.outputs.matrix) }}
147+ # example_name: ${{ fromJson(needs.examples-matrix.outputs.matrix) }}
148+ example_name : [ iso_info.yml ]
148149 steps :
149150 - name : Checkout
150151 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ sc_config:
7171 # Set sc_replication_dest_host /username /password to " " to signal no replication is configured.
7272 sc_replication_dest_host: https: //10.5.11.60
7373 # We have same username on .50 and .60 node.
74- sc_replication_dest_username: " {{ sc_username_50 }}"
74+ sc_replication_dest_username: from-j2-file # " {{ sc_username_50 }}"
7575 sc_replication_dest_password: " {{ sc_password_50 }}"
7676 # desired configuration after tests are done
7777 cluster:
You can’t perform that action at this time.
0 commit comments