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

Workflow failed - neteventebpfext unit tests #141

Open
github-actions bot opened this issue Oct 18, 2024 · 1 comment
Open

Workflow failed - neteventebpfext unit tests #141

github-actions bot opened this issue Oct 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working ci/cd P2 Priority 2 triaged The issue is triaged by the maintainers.
Milestone

Comments

@github-actions
Copy link

Failed Run
Codebase
Test name - neteventebpfext unit tests

@github-actions github-actions bot added bug Something isn't working ci/cd labels Oct 18, 2024
@shankarseal
Copy link
Contributor

The CICD scripts failed to download sysinternal procdump tool. Suggest we use cache action (like eBPF for Windows).
Example:

- name: Cache nuget packages
      if: steps.skip_check.outputs.should_skip != 'true'
      uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
      env:
        cache-name: cache-nuget-modules
      with:
        path: packages
        key: ${{ runner.os }}-${{env.BUILD_PLATFORM}}-${{env.BUILD_CONFIGURATION}}-${{env.BUILD_ARTIFACT_NAME}}-${{ hashFiles('**/packages.config') }}-${{env.msvc_tools_version}}

@shankarseal shankarseal added this to the 2410 milestone Oct 21, 2024
@shankarseal shankarseal added P2 Priority 2 triaged The issue is triaged by the maintainers. labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci/cd P2 Priority 2 triaged The issue is triaged by the maintainers.
Projects
None yet
Development

No branches or pull requests

2 participants