This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 08 Jan, 2021 3 commits
-
-
Tim Gross authored
-
Chulki Lee authored
-
James Rasell authored
e2e: add ScalingPolicies test suite with initial test case.
-
- 07 Jan, 2021 27 commits
-
-
Michael Lange authored
build(deps): bump ini from 1.3.5 to 1.3.7 in /ui
-
Tim Gross authored
-
Joel May authored
-
Seth Hoenig authored
consul/connect: fix panic during in-place upgrade with connect jobs
-
Tim Gross authored
-
Seth Hoenig authored
When upgrading from Nomad v0.12.x to v1.0.x, Nomad client will panic on startup if the node is running Connect enabled jobs. This is caused by a missing piece of plumbing of the Consul Proxies API interface during the client restore process. Fixes #9738
-
Michael Lange authored
WTDD: Update UI api docs
-
Kent 'picat' Gruber authored
-
Jeff Escalante authored
Add build-time highlighting to code blocks
-
Michael Lange authored
-
Michael Lange authored
Co-authored-by:
Buck Doyle <buck@hashicorp.com>
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
0.7 is ancient at this point. Now it's as if the UI has always existed.
-
Michael Lange authored
-
Michael Lange authored
UI: Guard against nodes running an old version of the Nomad agent
-
Zach Shilton authored
-
Zach Shilton authored
-
James Rasell authored
e2e: move namespace tests into OSS.
-
Nick Ethier authored
Use port's to value when building service address under 'alloc' addr_mode
-
Kdu Bonalume authored
Add a link back to configuration/consul in the `service` parameter section of the `group` stanza.
-
Nick Ethier authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
James Rasell authored
-
James Rasell authored
-
Jeff Escalante authored
hotfix: fix 'edit this page' links
-
Jeff Escalante authored
-
- 06 Jan, 2021 10 commits
-
-
Mahmood Ali authored
Deflake test-api job, currently failing at around 7.6% (44 out of 578 workflows), by ensuring that test nomad agent use a small dedicated port range that doesn't conflict with the kernel ephemeral range. The failures are disproportionatly related to port allocation, where a nomad agent fails to start when the http port is already bound to another process. The failures are intermitent and aren't specific to any test in particular. The following is a representative failure: https://app.circleci.com/pipelines/github/hashicorp/nomad/13995/workflows/6cf6eb38-f93c-46f8-8aa0-f61e62fe7694/jobs/128169 . Upon investigation, the issue seems to be that the api freeport library picks a port block within 10,000-14,500, but that overlaps with the kernel ephemeral range 32,769-60,999! So, freeport may allocate a free port to the nomad agent, just to be used by another process before the nomad agent starts! This happened for example in https://app.circleci.com/pipel...
-
Mahmood Ali authored
This PR deflakes TestTaskRunner_StatsHook_Periodic tests and adds backoff when the driver closes the channel. TestTaskRunner_StatsHook_Periodic is currently the most flaky test - failing ~4% of the time (20 out of 486 workflows). A sample failure: https://app.circleci.com/pipelines/github/hashicorp/nomad/14028/workflows/957b674f-cbcc-4228-96d9-1094fdee5b9c/jobs/128563 . This change has two components: First, it updates the StatsHook so that it backs off when stats channel is closed. In the context of the test where the mock driver emits a single stats update and closes the channel, the test may make tens of thousands update during the period. In real context, if a driver doesn't implement the stats handler properly or when a task finishes, we may generate way too many Stats queries in a tight loop. Here, the backoff reduces these queries. I've added a failing test that shows 154,458 stats updates within 500ms in https://app.circleci.com/pip...
-
Nick Ethier authored
-
Kris Hicks authored
This removes modification of ops in methods that UpdateWorkload calls, keeping them local to UpdateWorkload. It also includes some rewrites of checkRegs for clarity.
-
Nick Ethier authored
-
Jeff Escalante authored
implement mdx remote
-
Michael Lange authored
-
Michael Lange authored
-
Jeff Escalante authored
-
Jeff Escalante authored
-