Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/apm-agent-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.22.1
Choose a base ref
...
head repository: elastic/apm-agent-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.22.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on May 17, 2024

  1. ci: use v3 artifact APIs for build-distribution (#2046)

    Hopefully fix:
    The lambda layer can be published as follows for dev work:
        aws lambda --output json publish-layer-version --layer-name 'runner-dev-elastic-apm-python' --description 'runner dev Elastic APM Python agent lambda layer' --zip-file 'fileb://build/dist/elastic-apm-python-lambda-layer.zip'
    Run actions/upload-artifact@v4
      with:
        name: build-distribution
        path: ./build/
        if-no-files-found: error
        compression-level: 6
        overwrite: false
      env:
        ...
    With the provided path, there will be 636 files uploaded
    Artifact name is valid!
    Root directory input is valid!
    Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
    xrmx authored May 17, 2024
    Configuration menu
    Copy the full SHA
    a69528b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6056e24 View commit details
    Browse the repository at this point in the history
Loading