Skip to content

Commit

Permalink
Add test for process_monitor.exe tool (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
Co-authored-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan-Jowett and Alan Jowett authored Apr 26, 2024
1 parent ea06562 commit 87347b4
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,18 @@ jobs:
leak_detection: true

# Process_Monitor test
# Disabled until https://github.com/microsoft/ebpf-for-windows/issues/3484 is fixed and a new release is available.
# process_monitor:
# # Always run this job.
# needs: regular
# if: github.event_name == 'schedule' || github.event_name == 'pull_request' || github.event_name == 'push' || github.event_name == 'merge_group' || github.event_name == 'workflow_dispatch'
# uses: ./.github/workflows/reusable-test.yml
# with:
# name: process_monitor
# pre_test: powershell .\Install-eBpfForWindows.ps1 0.15.1
# test_command: powershell .\Test-ProcessMonitor.ps1
# build_artifact: Build-x64
# environment: windows-2022
# capture_etw: true
process_monitor:
# Always run this job.
needs: regular
if: github.event_name == 'schedule' || github.event_name == 'pull_request' || github.event_name == 'push' || github.event_name == 'merge_group' || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/reusable-test.yml
with:
name: process_monitor
pre_test: powershell .\Install-eBpfForWindows.ps1 0.16.0
test_command: powershell .\Test-ProcessMonitor.ps1
build_artifact: Build-x64
environment: windows-2022
capture_etw: true

ossar:
# Always run this job.
Expand Down

0 comments on commit 87347b4

Please sign in to comment.