forked from EVerest/everest-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
New branch to investigate why CI/CD failing in PR #7
Open
MukuFlash03
wants to merge
143
commits into
merge-check
Choose a base branch
from
run-automated-tests-check
base: merge-check
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The previous PR commit history got messed up due to rebasing to handle the commits that had missing signoffs. Created a new PR to bring over the final changes from there. PR link: EVerest#62 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
…x job Found out an issue with the latest tagged image not being fetched in the docker compose command. The reason was that the matrix job only loaded its respective image from the cache. But the docker compose command for running automated tests uses both manager and mqtt server images. To solve this, initially I used docker build push action to reload the mqtt image in the matrix job for manager. But then finally went with the approach of using artifacts to share the mqtt image between jobs - uploaded in mqtt matrix job, downloaded in manager matrix job. Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
Signed-off-by: Mukul Chandrakant Mahadik <[email protected]>
EVEREST_VERSION=2024.7.1 ran almost close till the end. But, got an insufficient space; no space left; error. Run: https://github.com/MukuFlash03/everest-demo/actions/runs/10358908297/job/28674141266
This reverts commit 0b1273c.
…uccessfully" This reverts commit 7bd13f9.
This reverts commit 6fb7a51.
This reverts commit e27cbf8.
This reverts commit 922b223.
This reverts commit 5c5906a.
This reverts commit e820a48.
Added the hardcoded build-kit alpine image with the EVEREST_VERSION = 2024.3.0 and matching SHA256 digest to the previous latest tag version which has now been moved to untagged (7494bd6624aee3f882b4f1edbc589879e1d6d0ccc2c58f3f5c87ac1838ccd1de) Found this image by going through the logs in the last successful run (in my forked repo) and looking at the FROM layer in the Docker build step. fa60246 Image link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/161694439 --- Expected: Should pass since it matches configurations of last successful run with matching EVEREST_VERSION and SHA256 digest for build-kit alpine base image. ---- Will add more details in PR comments. ---- Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/161694439 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/168057150 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/217189242 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/229975386 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
MukuFlash03
force-pushed
the
run-automated-tests-check
branch
from
September 24, 2024 08:18
e4268a9
to
f364e0d
Compare
GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/230429010 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/250077608 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/250077608 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/255291840 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc2 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/217189242 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.0 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/217189242 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.1 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/217189242 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.8.0 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/217189242 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc1 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/229975386 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc2 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/229975386 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.0 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/229975386 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.1 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/229975386 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.8.0 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/229975386 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc1 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/230429010 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc2 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/230429010 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.0 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/230429010 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.1 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/230429010 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.68.0 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/230429010 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc1 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/250077608 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc2 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/250077608 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.67.0 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/250077608 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.1 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/250077608 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.8.0 GHCR Image Link: https://github.com/orgs/everest/packages/container/build-kit-alpine/250077608 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc1 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/254652126 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc2 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/254652126 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.0 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/254652126 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.1 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/254652126 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.8.0 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/254652126 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc1 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/255291840 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.6.0-rc2 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/255291840 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.7.0 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/255291840 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]
EV_CORE: 2024.7.1 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/255291840 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
EV_CORE: 2024.8.0 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/255291840 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
v.1.3.3 EV_CORE: 2024.9.0-rc1 GHCR Image Link: https://github.com/everest/everest-ci/pkgs/container/build-kit-alpine/255291844?tag=v1.3.3 Signed-off-by: Mahadik, Mukul Chandrakant <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original PR (link)
Failed run (link)