Skip to content

Commit 2e79788

Browse files
committed
try: removes ssh pipelining and prints out error code of ansible tests
1 parent 74ba027 commit 2e79788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/operator_bundle_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ jobs:
66
operatorhub-test:
77
runs-on: ubuntu-latest
88
env:
9-
ANSIBLE_SSH_PIPELINING: "False"
10-
OP_TEST_CONTAINER_OPT: ""
9+
OP_TEST_CONTAINER_OPT: "-i"
1110
steps:
1211
- name: Set up Go env
1312
uses: actions/setup-go@v2

scripts/release/operatorhub.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ if [[ $runTests -ne 0 ]]; then
9898
bash <(curl -sL https://cutt.ly/AEeucaw) \
9999
"$tests" \
100100
"${OPERATOR_HUB}/${OPERATOR_NAME}/${OPERATOR_VERSION}"
101+
echo $?
101102
fi
102103

103104
if [[ ! $dryRun && -z $GITHUB_TOKEN ]]; then

0 commit comments

Comments
 (0)