Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
demo-exe committed Mar 26, 2024
1 parent dfdf640 commit 13b740b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:

jobs:
build:
runs-on: ["self-hosted"]
# runs-on: ["self-hosted"]
strategy:
matrix:
build_type: [debug, release]
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
path: image-dev-${{ matrix.build_type }}.txt

checkstyle:
runs-on: ["self-hosted"]
# runs-on: ["self-hosted"]
steps:
- name: Clean the workspace
uses: docker://alpine
Expand All @@ -104,7 +104,7 @@ jobs:
clang-format-version: '11'

integration:
runs-on: ["self-hosted", "hugepages"]
# runs-on: ["self-hosted", "hugepages"]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
make retest DEV_IMAGE="${dev_image}"
e2e:
runs-on: ["self-hosted", "hugepages"]
# runs-on: ["self-hosted", "hugepages"]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

# dummy job for release.yaml to wait on
conclude:
runs-on: ["self-hosted"]
# runs-on: ["self-hosted"]
needs:
- checkstyle
- integration
Expand All @@ -207,7 +207,7 @@ jobs:
slack:
needs:
- conclude
runs-on: ["self-hosted"]
# runs-on: ["self-hosted"]
if: always()
steps:
- name: Set status
Expand Down

0 comments on commit 13b740b

Please sign in to comment.