236 Commits

Author SHA1 Message Date
Shishir Mahajan
b342dd1dfa
Fix typo. 2021-02-23 18:51:54 -08:00
Shishir Mahajan
942cb9444d
extra_hosts: Update README.md 2021-02-23 16:22:29 -08:00
Shishir Mahajan
bf13908ec6
Add support for extra_hosts. 2021-02-23 16:13:32 -08:00
Shishir
b05eab6652
Merge pull request #70 from Roblox/badge
Github badge for nomad docs.
2021-02-19 11:34:54 -08:00
Shishir Mahajan
88b4677b28
Github badge for nomad docs. 2021-02-19 11:29:37 -08:00
Shishir
a0dec8c54a
Merge pull request #68 from Roblox/github_actions
Add github actions for CI.
2021-01-29 18:08:17 -08:00
Shishir Mahajan
d8a068d329
Add github actions for CI. 2021-01-29 18:00:17 -08:00
Shishir
5e1a6216c5
Add Github Actions for CI 2021-01-29 16:27:39 -08:00
Shishir
9f36775fc5
Merge pull request #67 from Roblox/arm64
Add support for arm64.
2021-01-29 13:16:49 -08:00
Shishir Mahajan
f168be9d82
Update README.md with arm64 build instructions. 2021-01-29 12:38:34 -08:00
Shishir Mahajan
e9742f23f2
Add support for arm64. 2021-01-29 12:22:06 -08:00
Shishir
6c144bb3ca
Merge pull request #66 from Roblox/local_tests
Support running integration tests in local vagrant VM.
2021-01-28 17:16:57 -08:00
Shishir Mahajan
2c28030f5e
Modularize tests. 2021-01-28 10:15:23 -08:00
Shishir Mahajan
797cbc81ad
Update README.md. 2021-01-28 09:38:50 -08:00
Shishir Mahajan
35dc902aec
Support running integration tests in local vagrant VM. 2021-01-28 09:27:57 -08:00
Shishir
d1c51d340c
Merge pull request #65 from lisongmin/support-dns-via-network-stanza
support config dns via network stanza
2021-01-27 17:15:04 -08:00
lisongmin
e0abb30f66
support config dns via network stanza 2021-01-28 08:25:18 +08:00
Shishir
f6de0b40d0
Merge pull request #63 from lisongmin/add-task-name-to-container-name
Add task name as part of container name
2021-01-25 11:48:21 -08:00
lisongmin
6650170982
Add task name as part of container name 2021-01-24 10:23:11 +08:00
Shishir
a7874cce6f
Merge pull request #60 from Roblox/filesystem_isolation
Change filesystem isolation to FSIsolationImage.
2021-01-14 13:52:27 -08:00
Shishir Mahajan
2e0a50bde1
Change filesystem isolation to FSIsolationImage.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-01-14 12:32:00 -08:00
Shishir
6416bf6c17
Merge pull request #55 from Roblox/fix_issue
Fix issue in Recover Task.
2021-01-08 12:16:40 -08:00
Shishir Mahajan
fb05935de4 Fix issue in Recover Task. 2021-01-08 12:10:41 -08:00
Shishir
61f1fd201b
Merge pull request #57 from Roblox/bump_version
Bump version to 0.6.
2021-01-07 18:25:08 -08:00
Shishir Mahajan
d2a674636b
Bump version to 0.6. 2021-01-07 18:18:32 -08:00
Shishir
f6dab345e4
Merge pull request #56 from Roblox/readme
Add description for volume_mount stanza.
v0.6
2021-01-07 17:58:34 -08:00
Shishir Mahajan
e18645bb7b
Add description for volume_mount stanza. 2021-01-07 17:45:52 -08:00
Shishir
540e5c3581
Merge pull request #54 from Roblox/mbits
Remove network mbits from example jobs.
2021-01-07 10:14:33 -08:00
Shishir Mahajan
3de6646667
Remove network mbits from example jobs. 2021-01-07 09:57:07 -08:00
Shishir
c8520c67eb
Merge pull request #51 from lisongmin/support-volume_mount
support volume_mount in task
2021-01-06 19:45:16 -08:00
lisongmin
9ffe5d4fa8
add test for volume_mount 2021-01-07 11:35:18 +08:00
lisongmin
1e9234971a
support volume_mount in task 2021-01-06 09:59:02 +08:00
Shishir
4ab1c8f9ff
Merge pull request #52 from Roblox/clabot
Don't run CLA bot on comments.
2021-01-05 17:52:42 -08:00
Shishir Mahajan
e8d5283536
Don't run CLA bot on comments. 2021-01-05 17:46:03 -08:00
Shishir
0c1a1bb51d
Merge pull request #49 from Roblox/fix_issues
Fix issues in containerd-driver
2021-01-05 16:27:37 -08:00
Shishir Mahajan
5febf78f7d
Fix review comments. 2021-01-05 16:15:54 -08:00
Shishir Mahajan
ffb973ea72 Fix loggers. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
44cbe74881 Mark status as Unhealthy instead of Undetected. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
c4060e6466 Updates. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
0e85f4ab18 Fix issue #2: nil pointer exception in handleWait() 2021-01-05 09:18:21 -08:00
Shishir Mahajan
a23d84064e Fix issue #1: Add timeout to containerd context. 2021-01-05 09:18:21 -08:00
Shishir
6ccc13a3cb
Merge pull request #50 from lisongmin/get-version-info-via-commandline
Add commandline options so we can get the driver version via commandline via `containerd-driver -v`
2021-01-05 09:07:32 -08:00
lisongmin
72880d0845
Add commandline options so we can get the driver version via commandline via containerd-driver -v.
update roblox/cla-signature-bot to v2.0.1
2021-01-05 10:09:50 +08:00
Shishir
7c5bde251b
Merge pull request #48 from Roblox/cwd
Add option to select current working directory (cwd).
2020-11-12 12:22:10 -08:00
Shishir Mahajan
6c3001a542
Update docs. 2020-11-12 12:11:41 -08:00
Shishir Mahajan
36d5b31abf
Add test. 2020-11-12 11:49:31 -08:00
Shishir Mahajan
d101e9c5b3
Add option to select current working directory (cwd). 2020-11-12 11:34:56 -08:00
Shishir
8cb794a8c1
Merge pull request #47 from Roblox/host_dns
Add host_dns flag into TaskConfig.
2020-09-29 15:23:16 -07:00
Shishir Mahajan
bd463703ef
Update README.md. 2020-09-29 15:08:57 -07:00
Shishir Mahajan
b810840bec
Add host_dns flag into TaskConfig. 2020-09-29 14:32:51 -07:00