Skip to content

Commit

Permalink
feat(tests): Temporarly disabling send reports to Xray (#1504)
Browse files Browse the repository at this point in the history
Refs: MON-141601
  • Loading branch information
jdelpierre authored Jul 8, 2024
1 parent 9ca06ee commit 9ae9174
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ jobs:
echo "xray_token=$xray_token" >> $GITHUB_OUTPUT
shell: bash

- name: Send report to xrays
run: |
curl -H "Content-Type: multipart/form-data" -X POST -F info=@tests/issueFields.json -F results=@tests/output.xml -F testInfo=@tests/testIssueFields.json -H "Authorization: Bearer ${{ steps.generate-xray-token.outputs.xray_token }}" https://xray.cloud.getxray.app/api/v2/import/execution/robot/multipart
# - name: Send report to xrays
# run: |
# curl -H "Content-Type: multipart/form-data" -X POST -F info=@tests/issueFields.json -F results=@tests/output.xml -F testInfo=@tests/testIssueFields.json -H "Authorization: Bearer ${{ steps.generate-xray-token.outputs.xray_token }}" https://xray.cloud.getxray.app/api/v2/import/execution/robot/multipart

- name: Move reports
if: ${{ failure() }}
Expand Down Expand Up @@ -247,12 +247,12 @@ jobs:
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
if: ${{ inputs.distrib == 'el7'}}
with:
python-version: '3.10'
python-version: "3.10"

- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
if: ${{ inputs.distrib != 'el7' }}
with:
python-version: '3.10'
python-version: "3.10"

- run: |
pip3 install -U robotframework robotframework-databaselibrary pymysql python-dateutil
Expand Down

1 comment on commit 9ae9174

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
6 1 0 7 85.71 3m11.781761s

Failed Tests

Name Message ⏱️ Duration Suite
EBNHGU4_BBDO3 hostgroup_1 not found in /tmp/lua-engine.log 70.953 s Hostgroups

Please sign in to comment.