Skip to content

Commit 4ba7812

Browse files
KoderFPVclaude
andcommitted
chore: Rename eval check to "CI / Evaluation tests"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fa27c56 commit 4ba7812

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile.eval

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pipeline {
3939
-H "Authorization: token $GITHUB_TOKEN" \
4040
-H "Accept: application/vnd.github.v3+json" \
4141
"https://api.github.com/repos/KoderFPV/Cognito/statuses/$GIT_COMMIT" \
42-
-d '{"state":"pending","context":"eval-tests","description":"Evaluation tests running..."}'
42+
-d '{"state":"pending","context":"CI / Evaluation tests","description":"Evaluation tests running..."}'
4343
'''
4444
}
4545
}
@@ -87,7 +87,7 @@ pipeline {
8787
-H "Authorization: token $GITHUB_TOKEN" \
8888
-H "Accept: application/vnd.github.v3+json" \
8989
"https://api.github.com/repos/KoderFPV/Cognito/statuses/$GIT_COMMIT" \
90-
-d '{"state":"failure","context":"eval-tests","description":"Evaluation tests failed"}'
90+
-d '{"state":"failure","context":"CI / Evaluation tests","description":"Evaluation tests failed"}'
9191
'''
9292
}
9393
}
@@ -98,7 +98,7 @@ pipeline {
9898
-H "Authorization: token $GITHUB_TOKEN" \
9999
-H "Accept: application/vnd.github.v3+json" \
100100
"https://api.github.com/repos/KoderFPV/Cognito/statuses/$GIT_COMMIT" \
101-
-d '{"state":"success","context":"eval-tests","description":"Evaluation tests passed"}'
101+
-d '{"state":"success","context":"CI / Evaluation tests","description":"Evaluation tests passed"}'
102102
'''
103103
}
104104
}

0 commit comments

Comments
 (0)