Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
488 changes: 488 additions & 0 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions .github/workflows/ci.yml.genie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
savePnpmStateStep,
standardCIEnv,
ciWorkflow,
devenvPerfJob,
namespaceRunner,
validateColdPnpmDepsStep,
nixDiagnosticsArtifactStep,
Expand Down Expand Up @@ -251,6 +252,14 @@ const NETLIFY_SITE = 'overeng-utils'

// Non-required jobs (separate from CIJobName — not required status checks)
const extraJobs: Record<string, any> = {
'devenv-perf': devenvPerfJob({
runsOn: namespaceRunner({
profile: 'namespace-profile-linux-x86-64',
runId: '${{ github.run_id }}',
}),
setupSteps: baseSteps,
taskProbes: ['pnpm:install', 'genie:run', 'check:quick'],
}),
/** Integration tests for Notion API (requires NOTION_TOKEN secret) */
'test-integration-notion': {
'runs-on': namespaceRunner({
Expand Down
Loading
Loading