{"id":51192350,"url":"https://github.com/tiny-systems/e2e","last_synced_at":"2026-06-27T16:30:50.032Z","repository":{"id":356724823,"uuid":"1233697282","full_name":"tiny-systems/e2e","owner":"tiny-systems","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-30T21:54:17.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T23:19:48.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/tiny-systems.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":"2026-05-09T08:43:13.000Z","updated_at":"2026-05-30T21:54:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tiny-systems/e2e","commit_stats":null,"previous_names":["tiny-systems/e2e"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tiny-systems/e2e","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fe2e","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fe2e/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fe2e/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fe2e/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiny-systems","download_url":"https://codeload.github.com/tiny-systems/e2e/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiny-systems%2Fe2e/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34860892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-06-27T16:30:48.461Z","updated_at":"2026-06-27T16:30:49.983Z","avatar_url":"https://github.com/tiny-systems.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tinysystems/e2e\n\nPost-release end-to-end validation for Tiny Systems modules.\n\nThis repo runs slow, real-cluster scenarios against released module versions\nand records the result. It does **not** gate releases — releases ship first,\nthis repo retroactively stamps each version with a pass/fail.\n\n## How it runs\n\n1. A module repo (e.g. `common-module`) cuts a release tag.\n2. Its CI dispatches a `module-released` event to this repo with `{module, version}`.\n3. This repo's CI spins up a kind cluster, installs the latest CRD chart and\n   the module at the released version, runs `scenarios/`, and writes\n   `results/\u003cmodule\u003e/\u003cversion\u003e.json`.\n4. The result is committed back. README's status table is regenerated.\n\nA second workflow (`retest-all`) re-runs the current scenarios against every\nknown (module, version) pair — useful when a new scenario lands and you want\nto find out which historical versions it now flags.\n\n## Running locally\n\n```sh\nmake cluster                                # create kind cluster\nmake install MODULE=common-module VERSION=v0.5.0\nmake test                                   # run scenarios\nmake teardown                               # delete kind cluster\n```\n\nOr all-in-one:\n\n```sh\nmake e2e MODULE=common-module VERSION=v0.5.0\n```\n\n## Layout\n\n```\nscenarios/    # behavior tests — talk to the cluster via CRDs, SDK-agnostic\nharness/      # k8s client + helpers for scenarios\nscripts/      # kind + helm wrappers\nresults/      # per-(module,version) test results, committed to git\n```\n\n## Why SDK-agnostic\n\nScenarios use `unstructured` against installed CRDs rather than importing SDK\ntypes. That keeps the test suite valid across SDK refactors — what's being\ntested is the API contract (the CRD shape and the runtime's behavior), not\ninternal Go types.\n\n## Status\n\n| Module | Latest tested |\n|---|---|\n| _populated by CI_ | |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiny-systems%2Fe2e","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiny-systems%2Fe2e","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiny-systems%2Fe2e/lists"}