mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Docker image
This commit is contained in:
parent
30d1f4c3ad
commit
d2a76e32b8
@ -5,6 +5,8 @@ from report import create_test_html_report
|
||||
from s3_helper import S3Helper
|
||||
import json
|
||||
import os
|
||||
from pr_info import PRInfo
|
||||
from github import Github
|
||||
|
||||
NAME = "Push to Dockerhub (actions)"
|
||||
|
||||
@ -204,5 +206,6 @@ if __name__ == "__main__":
|
||||
|
||||
url = upload_results(s3_helper, pr_info.number, pr_info.sha, test_results)
|
||||
|
||||
gh = Github(os.getenv("GITHUB_TOKEN"))
|
||||
commit = get_commit(gh, pr_info.sha)
|
||||
commit.create_status(context=NAME, description=description, state=status, target_url=url)
|
||||
|
Loading…
Reference in New Issue
Block a user