Skip to content

Commit 9eb794e

Browse files
authored
ci(azure): update the azure pipeline; closes #870 (#871)
* ci(azure): update the azure pipeline; closes #870 Signed-off-by: Douglas J Hunley <doug.hunley@gmail.com> * fix(ci): only update Azure for devel, duh * fix(test): look for the binary, not the path of the binary --------- Signed-off-by: Douglas J Hunley <doug.hunley@gmail.com>
1 parent 765e12a commit 9eb794e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ stages:
118118
parameters:
119119
testFormat: devel/linux/{0}/1
120120
targets:
121-
- name: Fedora 41
122-
test: fedora41
121+
- name: Fedora 42
122+
test: fedora42
123123
- name: Ubuntu 24.04
124124
test: ubuntu2404
125125
- name: Ubuntu 22.04
@@ -193,8 +193,8 @@ stages:
193193
targets:
194194
- name: RHEL 10.0
195195
test: rhel/10.0
196-
- name: RHEL 9.5
197-
test: rhel/9.5
196+
- name: RHEL 9.6
197+
test: rhel/9.6
198198

199199
- stage: Remote_2_19
200200
displayName: Remote 2.19

tests/integration/targets/postgresql_db/tasks/state_dump_restore_role.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
assert:
8888
that:
8989
- result is changed
90-
- result.executed_commands[0] is search("/bin/pg_dump")
90+
- result.executed_commands[0] is search("pg_dump")
9191
- result.executed_commands[0] is search("-n schema1")
9292

9393
- name: pg_restore archive on dst_db with session_role
@@ -106,7 +106,7 @@
106106
assert:
107107
that:
108108
- result is changed
109-
- result.executed_commands[0] is search("/bin/pg_restore")
109+
- result.executed_commands[0] is search("pg_restore")
110110
- result.executed_commands[0] is search("--role=")
111111

112112
- name: check restored schema1 owner is db_session_role1
@@ -166,7 +166,7 @@
166166
assert:
167167
that:
168168
- result is changed
169-
- result.executed_commands[0] is search("/bin/pg_dump")
169+
- result.executed_commands[0] is search("pg_dump")
170170
- result.executed_commands[0] is search("-n schema1")
171171
- result.executed_commands[0] is search("--role=")
172172

0 commit comments

Comments
 (0)