Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
demo-exe committed Mar 28, 2024
1 parent 7f0ce90 commit dd0fbf4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ jobs:
clang-format-version: '11'

integration:
# runs-on:
# - self-hosted
# - hugepages
runs-on:
- ubuntu-22.04
strategy:
Expand Down Expand Up @@ -148,11 +145,9 @@ jobs:
make retest DEV_IMAGE="${dev_image}"
e2e:
# runs-on:
# - self-hosted
# - hugepages
runs-on:
- ubuntu-22.04
- self-hosted
- hugepages
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit dd0fbf4

Please sign in to comment.