Skip to content

Commit

Permalink
chore: update reference to cgroup file in updatecli workflow (elastic…
Browse files Browse the repository at this point in the history
…#3585)

* chore: update reference to cgroup file in updatecli workflow
  • Loading branch information
david-luna authored and fpm-peter committed Aug 20, 2024
1 parent 8cb26a9 commit b082cb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
12 changes: 6 additions & 6 deletions .ci/updatecli.d/update-json-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ sources:
- findsubmatch:
pattern: "[0-9a-f]{40}"

cgroup_parsing.json:
container_metadata_discovery.json:
kind: file
spec:
file: https://raw.githubusercontent.com/elastic/apm/main/tests/agents/json-specs/cgroup_parsing.json
file: https://raw.githubusercontent.com/elastic/apm/main/tests/agents/json-specs/container_metadata_discovery.json
service_resource_inference.json:
kind: file
spec:
Expand Down Expand Up @@ -70,13 +70,13 @@ actions:
* https://github.com/elastic/apm/commit/{{ source "sha" }}
targets:
cgroup_parsing.json:
name: cgroup_parsing.json
container_metadata_discovery.json:
name: container_metadata_discovery.json
scmid: default
sourceid: cgroup_parsing.json
sourceid: container_metadata_discovery.json
kind: file
spec:
file: test/fixtures/json-specs/cgroup_parsing.json
file: test/fixtures/json-specs/container_metadata_discovery.json
service_resource_inference.json:
name: service_resource_inference.json
scmid: default
Expand Down
22 changes: 0 additions & 22 deletions test/fixtures/json-specs/cgroup_parsing.json

This file was deleted.

0 comments on commit b082cb5

Please sign in to comment.