damccorm commented on code in PR #26652:
URL: https://github.com/apache/beam/pull/26652#discussion_r1191180061
##########
.test-infra/jenkins/job_00_seed.groovy:
##########
@@ -104,18 +104,6 @@ job('beam_SeedJob') {
}
steps {
- shell {
- command("""
- ( cd .test-infra/jenkins/committers_list_generator &&
- python3.8 -m venv ve3 && source ve3/bin/activate &&
- pip install --retries 10 --upgrade pip setuptools wheel &&
- pip install --retries 10 -r requirements.txt &&
- python main.py -o .. &&
- deactivate ) ||
- { echo "ERROR: Failed to fetch committers"; exit 3; }
- """)
- unstableReturn(3)
- }
Review Comment:
Instead of killing everything in committers_list_generator, can we just get
rid of this section for now?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]