Skip to content

Fixes 2 problems in target_experiment.py#13170

Merged
DonggeLiu merged 3 commits intomasterfrom
target-exp-fixes
Mar 29, 2025
Merged

Fixes 2 problems in target_experiment.py#13170
DonggeLiu merged 3 commits intomasterfrom
target-exp-fixes

Conversation

@DonggeLiu
Copy link
Contributor

@DonggeLiu DonggeLiu commented Mar 27, 2025

  1. Insufficient timeout. Cloud Build Timeout = waiting time + execution time. Some executions timed out because they waited for too long. Since Cloud Build does not have an execution-only timeout config, the new 12 hour overall time out should be sufficient.
  2. Cleanup JCC. We have to do this because some projects are not even compatible with the current minimum scaffold. This mostly happens when they identifying which CC is being used, and is likely because of the way they read/expect stdout/stderr from commands.

BTW, we can further simplify this script. E.g., no need to save build log as compilation is done within agents.
But it's not a high priority at this point. We can do it in GSoC.

@DonggeLiu DonggeLiu requested a review from oliverchang March 27, 2025 04:09
@DonggeLiu DonggeLiu merged commit e3ba29c into master Mar 29, 2025
18 of 19 checks passed
@DonggeLiu DonggeLiu deleted the target-exp-fixes branch March 29, 2025 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments