Skip to content
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

[clang-3.4-debuginfo-statistics] Fix the LNT submissions run order #291

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

azharudd
Copy link
Contributor

The run order should be the GIT_DISTANCE of the stage 1 compiler which is being used to build the historic compiler.

The run order should be the GIT_DISTANCE of the stage 1 compiler
which is being used to build the historic compiler.
@azharudd azharudd requested a review from Michael137 October 31, 2024 19:59
@@ -76,7 +89,7 @@ pipeline {
withCredentials([string(credentialsId: 's3_resource_bucket', variable: 'S3_BUCKET')]) {
sh """
source ./venv/bin/activate
echo "ARTIFACT=${params.ARTIFACT}"
export $(grep ARTIFACT last_good_build.properties)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I this still downloading the toolchain package?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it should. It points the ARTIFACT to the one listed in last_good_build.properties and that is fetched in the next line.

Copy link
Contributor

@justice-adams-apple justice-adams-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending small question

@Michael137
Copy link
Member

Thanks for addressing this! Makes sense to me. I found this bit of the pipeline suspicious when I was looking into doing the same for the lldb-statistics bot.

I'll defer to @justice-adams-apple for the review

@azharudd azharudd merged commit 8f4b2cb into main Nov 1, 2024
3 checks passed
azharudd added a commit that referenced this pull request Nov 1, 2024
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.

3 participants