Skip to content

Commit

Permalink
Revert "Introduce issuegenerator to open issues when tests fail on ma…
Browse files Browse the repository at this point in the history
…in (open-telemetry#38177)" (open-telemetry#38231)

This reverts commit b072b17.

When introducing the previous commit to main, we noticed the steps are
not well connected. For some reason that we're still investigating the
JUnit artifacts aren't uploaded and the last step that depends on them
always fail.
  • Loading branch information
ArthurSens authored Feb 26, 2025
1 parent b4ee7be commit bdf034a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,27 +648,3 @@ jobs:
return
}
}
flakytests-generate-issues:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-24.04
needs: [unittest-matrix]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
merge-multiple: true
pattern: test-results-*
path: ./internal/tools/testresults/
- name: Install Tools
run: make install-tools
- name: Generate Issues
run: |
# We want to start by generating issues of a single component
# As we mature the usage of issuegenerator, we can extend it to
# generate issues for multiple components.
#
# We'll start with the hostmetricsreceiver.
mkdir -p ./internal/tools/testresults/hostmetricsreceiver
mv ./internal/tools/testresults/github.jparrowsec.cn-open-telemetry-opentelemetry-collector-contrib-receiver-hostmetricsreceiver-junit.xml ./internal/tools/testresults/hostmetricsreceiver/
./tools/issuegenerator -path ./internal/tools/testresults/hostmetricsreceiver/

0 comments on commit bdf034a

Please sign in to comment.