-
Notifications
You must be signed in to change notification settings - Fork 7
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
CI_for_Specimin #351
CI_for_Specimin #351
Conversation
script optimized
changed secret to variable
optimized script
Update specimin_evaluation_CI.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the name, this looks good to me.
@@ -0,0 +1,132 @@ | |||
name: specimin_evaluation_CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change the name of this job to be more descriptive of what it actually does? Maybe something like "check_compilable_percentage"?
There is already another CI job called "specimin-evaluation", so I'm trying to avoid confusion.
Ive made the necessary changes
…On Thu, Aug 8, 2024 at 3:46 PM Martin Kellogg ***@***.***> wrote:
@ kelloggm approved this pull request. Other than the name, this looks
good to me. In .github/workflows/specimin_evaluation_CI. yml: > @@ -0,0
+1,132 @@ +name: specimin_evaluation_CI Can we change the name of this job
to be more descriptive
***@***.**** approved this pull request.
Other than the name, this looks good to me.
------------------------------
In .github/workflows/specimin_evaluation_CI.yml
<https://urldefense.com/v3/__https://github.com/njit-jerse/specimin/pull/351*discussion_r1710180972__;Iw!!DLa72PTfQgg!MTj7lGiR02khHN-486IIEbtqkFTxFF7n4OG5UzL3cwxdEzasOKgNlABUcQFQzZsXRLMgTqqH5iUUJRIsB0rxE7T1hw$>
:
> @@ -0,0 +1,132 @@
+name: specimin_evaluation_CI
Can we change the name of this job to be more descriptive of what it
actually does? Maybe something like "check_compilable_percentage"?
There is already another CI job called "specimin-evaluation", so I'm
trying to avoid confusion.
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/njit-jerse/specimin/pull/351*pullrequestreview-2228722059__;Iw!!DLa72PTfQgg!MTj7lGiR02khHN-486IIEbtqkFTxFF7n4OG5UzL3cwxdEzasOKgNlABUcQFQzZsXRLMgTqqH5iUUJRIsB0o8KXfj-g$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/BIZGHNCFFVBWLCANX2BF6WTZQPDH3AVCNFSM6AAAAABMHDPTU6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEMRYG4ZDEMBVHE__;!!DLa72PTfQgg!MTj7lGiR02khHN-486IIEbtqkFTxFF7n4OG5UzL3cwxdEzasOKgNlABUcQFQzZsXRLMgTqqH5iUUJRIsB0qRSFK_Gg$>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@NiharikaJamble the |
This CI evaluates accuracy of specimin for any push/pull events on main.
It will check file CI_Latest_run_percentage.txt for the latest accuracy percentage of specimin.
The CI will pass if the current accuracy( accuracy calculated for current change) matches the existing accuracy of main branch, if not the CI will result in failure.
In case the calculated accuracy doesn't match, and is higher than the value present in the file, it needs to be manually updated to the txt file.