-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt PR and release jobs to enable testing of the Framework repo #170
Commits on Oct 8, 2024
-
Remove unused variable REPO_TO_CHECKOUT
Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 525f7fd - Browse repository at this point
Copy the full SHA 525f7fdView commit details -
Rename tls-specific methods in checkout_repo
Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7224715 - Browse repository at this point
Copy the full SHA 7224715View commit details -
Remove deep references to global env.MBED_TLS_BRANCH
Pass the branch name along the call chain instead. This is in preparation for testing multiple branches in the same job. Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f9814d - Browse repository at this point
Copy the full SHA 8f9814dView commit details -
JavaDoc-ify BranchInfo comments
Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86f2433 - Browse repository at this point
Copy the full SHA 86f2433View commit details -
Support testing multiple branches at once
Each branch listed in MBED_TLS_BRANCH (separated by commas) will be checked out and tested in parallel. Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5bc97b - Browse repository at this point
Copy the full SHA a5bc97bView commit details -
Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c81b708 - Browse repository at this point
Copy the full SHA c81b708View commit details -
Fix the exception type thrown by JobTimestamps
IllegalAccessError doesn't match the semantics used here. Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9495321 - Browse repository at this point
Copy the full SHA 9495321View commit details -
Set GIT_CREDENTIALS_ID in production jobs
This fixes checkouts for productions jobs that target the framework repo. Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33efbb8 - Browse repository at this point
Copy the full SHA 33efbb8View commit details -
Handle multiple branches in analyze_results()
This commit also refactors failed_builds and outcome_stashes to be per-branch values by moving them inside BranchInfo. Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94574a3 - Browse repository at this point
Copy the full SHA 94574a3View commit details -
Refactor send_email to take a BranchInfo value
Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc9d984 - Browse repository at this point
Copy the full SHA dc9d984View commit details -
Convert coverage_details into a per-branch value
Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d9b2b7 - Browse repository at this point
Copy the full SHA 8d9b2b7View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7caa948 - Browse repository at this point
Copy the full SHA 7caa948View commit details -
Only compress outcomes.csv if the file exists
Signed-off-by: Bence Szépkúti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdc39b2 - Browse repository at this point
Copy the full SHA bdc39b2View commit details