Skip to content

Commit

Permalink
Add to debug logs for cloud functional test workflow (radius-project#…
Browse files Browse the repository at this point in the history
…7892)

# Description

There have been some unexpected failed runs for the
cloud-functional-tests radius-project#7782.
Earlier PR radius-project#7885 added
debug logs which have given some useful data.
This PR adds to these debug logs to help debug further.

## Type of change
- This pull request fixes a bug in Radius and has an approved issue
radius-project#7782

Fixes: Gets more data for radius-project#7782
  • Loading branch information
lakshmimsft authored Sep 6, 2024
1 parent dd81399 commit cce1fe6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/functional-test-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ jobs:
echo "Event Repository ID: ${{ github.event.workflow_run.repository.id }}"
echo "Event Repository Name: ${{ github.event.workflow_run.repository.name }}"
echo "Event Repository Full Name: ${{ github.event.workflow_run.repository.full_name }}"
echo "Workflow ID: ${{ github.event.workflow_run.workflow_id }}"
echo "Workflow Run ID: ${{ github.event.workflow_run.id }}"
echo "Workflow Name: ${{ github.event.workflow_run.name }}"
echo "Run Number: ${{ github.event.workflow_run.run_number }}"
echo "Conclusion: ${{ github.event.workflow_run.conclusion }}"
echo "Status: ${{ github.event.workflow_run.status }}"
echo "Created At: ${{ github.event.workflow_run.created_at }}"
echo "Updated At: ${{ github.event.workflow_run.updated_at }}"
fi
- name: Get GitHub app token
uses: tibdex/github-app-token@v2
Expand Down

0 comments on commit cce1fe6

Please sign in to comment.