{"id":47762743,"url":"https://github.com/taskcluster/tc-dev-integration-test","last_synced_at":"2026-04-03T05:49:06.419Z","repository":{"id":57801658,"uuid":"528024524","full_name":"taskcluster/tc-dev-integration-test","owner":"taskcluster","description":"Testing github integration for dev deployment","archived":false,"fork":false,"pushed_at":"2025-11-06T15:19:41.000Z","size":62,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-06T17:22:45.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taskcluster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-23T14:20:07.000Z","updated_at":"2025-11-06T15:18:42.000Z","dependencies_parsed_at":"2024-06-19T20:23:43.423Z","dependency_job_id":"579d1883-5d9d-4b88-a92d-61c1cd5b6b90","html_url":"https://github.com/taskcluster/tc-dev-integration-test","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/taskcluster/tc-dev-integration-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskcluster%2Ftc-dev-integration-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskcluster%2Ftc-dev-integration-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskcluster%2Ftc-dev-integration-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskcluster%2Ftc-dev-integration-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskcluster","download_url":"https://codeload.github.com/taskcluster/tc-dev-integration-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskcluster%2Ftc-dev-integration-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31337183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T04:42:29.251Z","status":"ssl_error","status_checked_at":"2026-04-03T04:42:12.667Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-03T05:49:05.772Z","updated_at":"2026-04-03T05:49:06.411Z","avatar_url":"https://github.com/taskcluster.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# tc-dev-integration-test\nTesting github integration for dev deployment against [dev.alpha.taskcluster-dev.net](https://dev.alpha.taskcluster-dev.net)\n\n`.taskcluster.yml` contains configuration of what tasks will be started on `push` / `pull_request` events.\n\nYou can use few options for workers (`taskQueueId`):\n\n* `built-in/succeed` - those tasks will always resolve successfully, no payload needed\n* `built-in/fail` - those tasks will always fail, no payload needed\n* `docker-compose/generic-worker` - this will run against generic worker, payload required. Success is optional :)\n\n## Using generic-worker\n\nAt the moment dev.alpha deployment doesn't run generic worker, it only contains definition for this worker pool.\n\nYou can easily run generic worker from your local machine using `docker`:\n\n```sh\n# create worker configuration json file with proper credentials:\ncat gen-work-dev.json\n{\n  \"accessToken\": \"%access-token%\",\n  \"clientId\": \"local-generic-worker-standalone\",\n  \"ed25519SigningKeyLocation\": \"/etc/generic-worker/ed25519_key\",\n  \"rootURL\": \"https://dev.alpha.taskcluster-dev.net\",\n  \"workerId\": \"generic-worker\",\n  \"provisionerId\": \"docker-compose\",\n  \"workerType\": \"generic-worker\",\n  \"livelogExecutable\": \"/usr/local/bin/livelog\",\n  \"taskclusterProxyExecutable\": \"/usr/local/bin/taskcluster-proxy\",\n  \"publicIP\": \"127.1.2.3\"\n}\n\n# run worker that will connect to dev.alpha deployment and will start claiming tasks from docker-compose/generic-worker queue\ndocker run -it --rm \\\n  -e TASKCLUSTER_ROOT_URL=https://dev.alpha.taskcluster-dev.net \\\n  -e TASKCLUSTER_CLIENT_ID=local-generic-worker-standalone \\\n  -e TASKCLUSTER_ACCESS_TOKEN=%access-token% \\\n  -v $(pwd)/gen-work-dev.json:/etc/generic-worker/config.json \\\n  taskcluster/generic-worker:v44.20.4 \\\n  standalone\n```\n\nYou will have to create client credentials for this worker and replace `TASKCLUSTER_CLIENT_ID`/`TASKCLUSTER_ACCESS_TOKENS` with correct values.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskcluster%2Ftc-dev-integration-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskcluster%2Ftc-dev-integration-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskcluster%2Ftc-dev-integration-test/lists"}