Skip to content

Commit bdf034a

Browse files
authored
Revert "Introduce issuegenerator to open issues when tests fail on main (#38177)" (#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.
1 parent b4ee7be commit bdf034a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -648,27 +648,3 @@ jobs:
648648
return
649649
}
650650
}
651-
652-
flakytests-generate-issues:
653-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
654-
runs-on: ubuntu-24.04
655-
needs: [unittest-matrix]
656-
steps:
657-
- uses: actions/checkout@v4
658-
- uses: actions/download-artifact@v4
659-
with:
660-
merge-multiple: true
661-
pattern: test-results-*
662-
path: ./internal/tools/testresults/
663-
- name: Install Tools
664-
run: make install-tools
665-
- name: Generate Issues
666-
run: |
667-
# We want to start by generating issues of a single component
668-
# As we mature the usage of issuegenerator, we can extend it to
669-
# generate issues for multiple components.
670-
#
671-
# We'll start with the hostmetricsreceiver.
672-
mkdir -p ./internal/tools/testresults/hostmetricsreceiver
673-
mv ./internal/tools/testresults/github.colasdn.workers.dev-open-telemetry-opentelemetry-collector-contrib-receiver-hostmetricsreceiver-junit.xml ./internal/tools/testresults/hostmetricsreceiver/
674-
./tools/issuegenerator -path ./internal/tools/testresults/hostmetricsreceiver/

0 commit comments

Comments
 (0)