Skip to content

Commit

Permalink
Update cilium submodule (#90)
Browse files Browse the repository at this point in the history
* update cilium submodule

* disable cilium verification tests
  • Loading branch information
saxena-anurag authored Sep 27, 2023
1 parent 8442f4f commit 5110908
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
retention-days: 5

# Run tests only for 'schedule' and 'pull_request'
- name: Run Cilium XDP Tests
if: github.event_name == 'schedule' || github.event_name == 'pull_request'
working-directory: ./${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}
run: ./cilium_test.exe -s
# Re-enable this tests once next version of eBPF-for-Windows is released.
# Tracked by GitHub issue #91
# - name: Run Cilium XDP Tests
# if: github.event_name == 'schedule' || github.event_name == 'pull_request'
# working-directory: ./${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}
# run: ./cilium_test.exe -s
2 changes: 1 addition & 1 deletion external/cilium

0 comments on commit 5110908

Please sign in to comment.