Skip to content

Commit

Permalink
disable vtune test for sde runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchaphalkar committed Nov 19, 2024
1 parent 0fb765a commit fcff126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ jobs:
# Install VTune, see `cli_tests::profile_with_vtune`.
- name: Install VTune
if: matrix.filter == 'linux-x64' && contains(matrix.bucket, 'wasmtime-cli')
if: matrix.filter == 'linux-x64' && contains(matrix.bucket, 'wasmtime-cli') && matrix.sde != true
uses: abrown/install-vtune-action@v1

# Build and test all features with SDE if enabled
Expand Down
2 changes: 0 additions & 2 deletions tests/all/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2012,8 +2012,6 @@ fn profile_with_vtune() -> Result<()> {
"-verbose",
"-collect",
"hotspots",
"-knob",
"sampling-mode=hw",
"-user-data-dir",
&std::env::temp_dir().to_string_lossy(),
// ...then run Wasmtime with profiling enabled:
Expand Down

0 comments on commit fcff126

Please sign in to comment.