Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snapshoty: split _packages in two types #2348

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

v1v
Copy link
Member

@v1v v1v commented May 7, 2024

Fixes

✓ Succeeded to load configuration
Failed to find `component` metadata

I tested it locally:

⇒ Loading configuration...
{'path': './build/output', 'files_pattern': 'elastic_apm_profiler_(?P<app_version>\\d+\\.\\d+\\.\\d+)-(?P<revision>[\\w\\.]+)-(?P<os>\\w+)-(?P<arch>\\w+)\\.zip', 'output_pattern': '{project}/foo/elastic-apm-dotnet-profiler-{app_version}-{app_version}-{os}-{arch}-foo.jar', 'metadata': [{'name': 'custom', 'data': {'project': 'apm-agent-dotnet', 'component': 'agent'}}, {'name': 'git'}]}
{'path': './build/output', 'files_pattern': 'ElasticApmAgent_(?P<app_version>\\d+\\.\\d+\\.\\d+)-(?P<revision>[\\w\\.]+)\\.zip', 'output_pattern': '{project}/foo/elastic-apm-dotnet-agent-{app_version}-{revision}-foo.zip', 'metadata': [{'name': 'custom', 'data': {'project': 'apm-agent-dotnet', 'component': 'agent'}}, {'name': 'git'}]}
{'path': './build/output/_packages', 'files_pattern': 'Elastic\\.Apm\\.(?P<component>[\\w\\.]*)\\.(?P<app_version>\\d+\\.\\d+\\.\\d+)-(?P<revision>[\\w\\.]+)(-(?P<revision_dup>\\w+)-(?P<date>[\\d-]+))?\\.nupkg', 'output_pattern': '{project}/foo/elastic-apm-dotnet-{component}-{app_version}-{revision}-foo.nupkg', 'metadata': [{'name': 'custom', 'data': {'project': 'apm-agent-dotnet', 'component': 'agent'}}, {'name': 'git'}]}
{'path': './build/output/_packages', 'files_pattern': 'Elastic\\.Apm\\.(?P<app_version>\\d+\\.\\d+\\.\\d+)-(?P<revision>[\\w\\.]+)(-(?P<revision_dup>\\w+)-(?P<date>[\\d-]+))?\\.nupkg', 'output_pattern': '{project}/foo/elastic-apm-dotnet-{app_version}-{revision}-foo.nupkg', 'metadata': [{'name': 'custom', 'data': {'project': 'apm-agent-dotnet', 'component': 'agent'}}, {'name': 'git'}]}
✓ Succeeded to load configuration
⇒ Number of artifacts to upload: 18
..

@v1v v1v requested a review from a team May 7, 2024 15:50
@v1v v1v self-assigned this May 7, 2024
@v1v v1v merged commit 1025061 into elastic:main May 13, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants