Skip to content

Commit

Permalink
[shim] Implement Future API (#2141)
Browse files Browse the repository at this point in the history
Let's call it v2

Part-of: #1780
  • Loading branch information
un-def authored Dec 29, 2024
1 parent 09cf464 commit 4ece690
Show file tree
Hide file tree
Showing 20 changed files with 1,284 additions and 246 deletions.
1 change: 0 additions & 1 deletion runner/cmd/shim/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func main() {
}
}

args.Runner.TempDir = "/tmp/runner"
args.Runner.HomeDir = "/root"
args.Runner.WorkingDir = "/workflow"

Expand Down
3 changes: 3 additions & 0 deletions runner/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ const (

// Error-containing messages will be identified by this signature
const ExecutorFailedSignature = "Executor failed"

// A directory inside the container where runner stores its files (logs, etc.)
const RunnerDir = "/tmp/runner"
Loading

0 comments on commit 4ece690

Please sign in to comment.