Skip to content

Commit 6bafcf3

Browse files
committed
TEMP2
1 parent 29d10e8 commit 6bafcf3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/integ-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

tests/integration/integration_config.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)