-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-downloads.html
More file actions
141 lines (135 loc) · 8.81 KB
/
Copy pathdata-downloads.html
File metadata and controls
141 lines (135 loc) · 8.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Build-Bench competition datasets, schemas, starter resources, and release status." />
<title>Data & Downloads | Build-Bench Challenge</title>
<link rel="canonical" href="https://aiops-lab-nku.github.io/BuildBench/data-downloads.html" />
<link rel="icon" type="image/svg+xml" href="assets/logo.svg" />
<link rel="alternate icon" type="image/png" href="assets/favicon.png" />
<link rel="stylesheet" href="styles.css?v=20260810-7" />
<script src="assets/vendor/lucide.min.js?v=20260810-7" defer></script>
<script src="i18n/data-downloads.js?v=20260810-1" defer></script>
<script src="i18n.js?v=20260810-7" defer></script>
<script src="auth-client.js?v=20260810-7" defer></script>
<script src="app.js?v=20260810-7" defer></script>
</head>
<body data-page="data-downloads">
<a class="skip-link" href="#main-content">Skip to main content</a>
<header class="site-header">
<div class="header-inner">
<a class="brand" href="index.html" aria-label="Build-Bench Challenge home"><span class="brand-mark" aria-hidden="true"><img src="assets/logo.svg" alt="" /></span><span>Build-Bench</span></a>
<button class="icon-button menu-button" type="button" aria-label="Open navigation" aria-expanded="false" aria-controls="site-nav" title="Open navigation" data-menu-button><i data-lucide="menu" aria-hidden="true"></i></button>
<nav class="site-nav" id="site-nav" aria-label="Primary navigation" data-nav>
<a href="index.html">Overview</a>
<a href="task.html">Challenge</a>
<a class="active" href="submission.html" aria-current="page">Participate</a>
<a href="evaluation.html">Evaluation</a>
<a class="nav-emphasis" href="leaderboard.html"><i data-lucide="trophy" aria-hidden="true"></i>Leaderboard</a>
<a href="rules.html">Rules</a>
<div class="nav-more" data-nav-more>
<button class="nav-more-toggle" type="button" aria-expanded="false" aria-controls="nav-more-menu" data-nav-more-toggle>
<span>More</span><span class="nav-more-caret" aria-hidden="true">▾</span>
</button>
<div class="nav-more-menu" id="nav-more-menu" data-nav-more-menu>
<a href="timeline.html"><span>Timeline</span><small>Competition dates and milestones</small></a>
<a href="faq.html"><span>FAQ</span><small>Common questions and participant support</small></a>
</div>
</div>
</nav>
</div>
</header>
<main id="main-content">
<section class="page-masthead competition-page-masthead">
<div class="content-wrap">
<span class="page-kicker"><i data-lucide="database" aria-hidden="true"></i>Competition resources</span>
<h1>Data & Downloads</h1>
<p>Download the versioned assets needed to develop and verify an Agent. Resources already bundled in the Starter Kit are not listed separately.</p>
</div>
</section>
<div class="content-wrap page-layout competition-page-layout">
<aside class="page-rail competition-page-rail" aria-label="Competition navigation">
<div class="rail-navigation-group">
<strong>Competition</strong>
<nav class="competition-navigation" aria-label="Competition pages">
<a href="submission.html"><i data-lucide="book-open" aria-hidden="true"></i>Get Started</a>
<a class="active" href="data-downloads.html" aria-current="page"><i data-lucide="database" aria-hidden="true"></i>Data & Downloads</a>
<a href="my-submissions.html"><i data-lucide="inbox" aria-hidden="true"></i>My Submissions</a>
</nav>
</div>
</aside>
<article class="page-document competition-page-document">
<header class="competition-document-heading">
<span class="section-label">Release index</span>
<h2>Competition resources</h2>
<p>Each row is an independently versioned competition asset. Unpublished resources show their real preparation status and never link to placeholder files.</p>
</header>
<div class="table-scroll resource-table-wrap" tabindex="0" aria-label="Scrollable competition resources table">
<table class="resource-table">
<thead>
<tr>
<th scope="col">Resource</th>
<th scope="col">Purpose</th>
<th scope="col">Version / status</th>
<th scope="col">Download</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Starter Kit</th>
<td>Runner, Example Agent, example cases, checks, packaging commands, and participant documentation.</td>
<td><span class="resource-version">v0.1.0-rc.1</span><span class="resource-state">Published pre-release</span></td>
<td>
<a class="resource-download available" href="https://github.com/AIOps-Lab-NKU/BuildBench/releases/download/v0.1.0-rc.1/buildbench-starter-kit-0.1.0-rc.1.zip">
Download ZIP
</a>
</td>
</tr>
<tr>
<th scope="row">Development Cases</th>
<td>Public package-build Cases for Agent development and broader local evaluation.</td>
<td><span class="resource-version">Version TBA</span><span class="resource-state">Coming soon</span></td>
<td><button class="resource-download" type="button" disabled title="Coming soon">Coming soon</button></td>
</tr>
<tr>
<th scope="row">Protocol Schemas</th>
<td>Machine-readable Case and <code>agent.yaml</code> schemas used by local checks and platform validation.</td>
<td><span class="resource-version">Version TBA</span><span class="resource-state">Coming soon</span></td>
<td><button class="resource-download" type="button" disabled title="Coming soon">Coming soon</button></td>
</tr>
<tr>
<th scope="row">Runtime Images</th>
<td>Pinned Agent, Validator, and example-assets images used by Starter Kit commands.</td>
<td><span class="resource-version">Registry TBA</span><span class="resource-state">Registry pending</span></td>
<td><button class="resource-download" type="button" disabled title="Registry pending">Registry pending</button></td>
</tr>
<tr>
<th scope="row">Release manifest & checksums</th>
<td>Release metadata and SHA-256 checksums for verifying Starter Kit archives.</td>
<td><span class="resource-version">v0.1.0-rc.1</span><span class="resource-state">Published pre-release</span></td>
<td>
<a class="resource-download available" href="https://github.com/AIOps-Lab-NKU/BuildBench/releases/download/v0.1.0-rc.1/SHA256SUMS">
Checksums
</a>
</td>
</tr>
<tr>
<th scope="row">Dataset card & licenses</th>
<td>Case provenance, redistribution terms, dataset scope, and license notices.</td>
<td><span class="resource-version">Version TBA</span><span class="resource-state">Coming soon</span></td>
<td><button class="resource-download" type="button" disabled title="Coming soon">Coming soon</button></td>
</tr>
</tbody>
</table>
</div>
<aside class="resource-release-note info-note info-note-with-icon" role="note">
<i data-lucide="info" aria-hidden="true"></i>
<div><strong>Starter Kit release candidate available.</strong><p>The ZIP includes the Runner, Example Agent, local example cases, checks, packaging commands, and participant documentation.</p></div>
</aside>
</article>
</div>
</main>
<footer class="site-footer"><div class="footer-inner"><div class="footer-brand"><span class="brand-mark" aria-hidden="true"><img src="assets/logo.svg" alt="" /></span><div><strong>Build-Bench Challenge</strong><small>ICSE 2027 Competition Track</small></div></div><nav class="footer-links" aria-label="Footer navigation"><a href="submission.html">Participate</a><a href="evaluation.html">Evaluation</a><a href="timeline.html">Timeline</a><a href="faq.html">FAQ</a></nav><a href="#main-content">Back to top<i data-lucide="arrow-up" aria-hidden="true"></i></a></div></footer>
</body>
</html>