Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test kairos-agent/kairos-sdk branch #2879

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
BUILD +iso
BUILD +netboot
BUILD +ipxe-iso

Check failure on line 49 in Earthfile

View workflow job for this annotation

GitHub Actions / netboot-alpine / test

Error

The command RUN go build -o kairos-agent -ldflags "${LDFLAGS}" main.go did not complete successfully. Exit code 1

Check failure on line 49 in Earthfile

View workflow job for this annotation

GitHub Actions / netboot / test

Error

The command RUN go build -o kairos-agent -ldflags "${LDFLAGS}" main.go did not complete successfully. Exit code 1
# For PR building, only image and iso are needed
ci:
ARG SECURITY_SCANS=true
Expand Down Expand Up @@ -285,7 +285,7 @@
ARG _CIMG=$(cat ./IMAGE)

COPY +git-version/GIT_VERSION VERSION
ARG KAIROS_AGENT_DEV_BRANCH
ARG KAIROS_AGENT_DEV_BRANCH=2737-show-sources-in-config
ARG IMMUCORE_DEV_BRANCH
ARG OVERLAY_FILES_DEV_BRANCH

Expand Down Expand Up @@ -844,7 +844,7 @@
ENV CLOUD_INIT=/tests/tests/$CLOUD_CONFIG
COPY +go-deps-test/go.mod go.mod
COPY +go-deps-test/go.sum go.sum
RUN go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/

Check failure on line 847 in Earthfile

View workflow job for this annotation

GitHub Actions / acceptance-alpine / test

Error

The command RUN go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/ did not complete successfully. Exit code 1


run-qemu-netboot-test:
Expand Down Expand Up @@ -907,7 +907,7 @@
END
COPY +go-deps-test/go.mod go.mod
COPY +go-deps-test/go.sum go.sum
RUN go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/

Check failure on line 910 in Earthfile

View workflow job for this annotation

GitHub Actions / upgrade-alpine / test

Error

The command RUN go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/ did not complete successfully. Exit code 1

Check failure on line 910 in Earthfile

View workflow job for this annotation

GitHub Actions / upgrade / test

Error

The command RUN go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/ did not complete successfully. Exit code 1

Check failure on line 910 in Earthfile

View workflow job for this annotation

GitHub Actions / zfs / test

Error

The command RUN go run github.com/onsi/ginkgo/v2/ginkgo -v --label-filter "$TEST_SUITE" --fail-fast -r ./tests/ did not complete successfully. Exit code 1

###
### Artifacts targets
Expand Down
Loading