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 e4c4c4d commit 7f0ce90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,11 @@ jobs:
clang-format-version: '11'

integration:
# runs-on:
# - self-hosted
# - hugepages
runs-on:
- self-hosted
- hugepages
- ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -146,9 +148,11 @@ jobs:
make retest DEV_IMAGE="${dev_image}"
e2e:
# runs-on:
# - self-hosted
# - hugepages
runs-on:
- self-hosted
- hugepages
- ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
11 changes: 0 additions & 11 deletions hack/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ function do_build {
# --export-cache type=inline \
# --import-cache type=registry,ref="${IMAGE_BASE_NAME}" \
set -x
# buildctl build \
# --frontend dockerfile.v0 \
# --progress=plain \
# --local context=. \
# --local dockerfile=. \
# --opt filename="${DOCKERFILE}" \
# --opt build-arg:BUILD_TYPE=${BUILD_TYPE} \
# --opt build-arg:BASE=${VPP_IMAGE_BASE}_${BUILD_TYPE} \
# --opt build-arg:DEVBASE=${VPP_IMAGE_BASE}_dev_${BUILD_TYPE} \
# --opt label:quay.expires-after="${IMAGE_EXPIRES_AFTER}" \
# "$@"
docker buildx build \
--progress plain \
--file "${DOCKERFILE}" \
Expand Down

0 comments on commit 7f0ce90

Please sign in to comment.