nomad icon indicating copy to clipboard operation
nomad copied to clipboard

Tag and Untag job versions

Open philrenaud opened this issue 1 year ago • 1 comments

via curl:

Adds a tag to Version 3:

curl -X PUT localhost:4646/v1/job/difftester/versions/testabc/tag -H "Content-Type: application/json" -d '{"Version": "3", "Tag": {"Name": "Foo", "Description": "Bar"}}'

Removes the tag:

curl -X DELETE localhost:4646/v1/job/difftester/versions/testabc/tag -H "Content-Type: application/json"

via Nomad CLI:

Adds a tag to Version 0:

nomad job tag apply \
  -version=0 \
  -name="Foo" \
  -description="Bar baz" \
fails_every_10

Adds a tag to the latest/current version:

nomad job tag apply -name=foo -description=bar difftester

Removes a tag:

nomad job tag unset -name=foo fails_every_10

philrenaud avatar Aug 25 '24 04:08 philrenaud

Ember Test Audit comparison

epic/23794-golden-versions 30c743dce1ffe312e55f26ea8cb97a233cb2c220 change
passes 1578 1581 +3
failures 0 0 0
flaky 0 0 0
duration 11m 44s 331ms 11m 55s 422ms +11s 091ms

github-actions[bot] avatar Aug 25 '24 05:08 github-actions[bot]

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

github-actions[bot] avatar Jan 24 '25 02:01 github-actions[bot]