Skip to content

Commit

Permalink
Sort experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Mar 5, 2024
1 parent fbd3803 commit c0e0473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/experiments/experiments.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ const (
// Available experiments
AgentAPI = "agent-api"
DescendingSpawnPrioity = "descending-spawn-priority"
IsolatedPluginCheckout = "isolated-plugin-checkout"
KubernetesExec = "kubernetes-exec"
NormalisedUploadPaths = "normalised-upload-paths"
PTYRaw = "pty-raw"
PolyglotHooks = "polyglot-hooks"
ResolveCommitAfterCheckout = "resolve-commit-after-checkout"
IsolatedPluginCheckout = "isolated-plugin-checkout"
UseZZGlob = "use-zzglob"

// Promoted experiments
ANSITimestamps = "ansi-timestamps"
AvoidRecursiveTrap = "avoid-recursive-trap"
FlockFileLocks = "flock-file-locks"
GitMirrors = "git-mirrors"
InbuiltStatusPage = "inbuilt-status-page"
JobAPI = "job-api"
AvoidRecursiveTrap = "avoid-recursive-trap"
)

var (
Expand Down

0 comments on commit c0e0473

Please sign in to comment.