Skip to content

Update CI - #34

Merged
klancarLuka merged 4 commits into
mainfrom
infra/update-ci
Sep 1, 2026
Merged

Update CI#34
klancarLuka merged 4 commits into
mainfrom
infra/update-ci

Conversation

@klancarLuka

Copy link
Copy Markdown
Collaborator

This PR updates the CI scripts and adds files needed to support the CI updates

@MarkoSagadin MarkoSagadin left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left few minor comments, otherwise this looks great, no need to rereview.

Comment thread scripts/lcov/style.css Outdated
Comment on lines +119 to +131
.coverLegendCov, .lineCov, .branchCov {
background-image: url("taken.png");
background-repeat: repeat-y;
background-position: left top;
background-color: #c6ffb8;
}

.coverLegendNoCov, .lineNoCov, .branchNoCov, .branchNoExec {
background-image: url("nottaken.png");
background-repeat: repeat-y;
background-position: left top;
background-color: #ffcfbb;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just had to fix this in other project, change it to below, otherwise the source lines aren't correctly highlighted:

Suggested change
.coverLegendCov, .lineCov, .branchCov {
background-image: url("taken.png");
background-repeat: repeat-y;
background-position: left top;
background-color: #c6ffb8;
}
.coverLegendNoCov, .lineNoCov, .branchNoCov, .branchNoExec {
background-image: url("nottaken.png");
background-repeat: repeat-y;
background-position: left top;
background-color: #ffcfbb;
}
.coverLegendCov, .lineCov, .branchCov, .tlaGNC, .tlaGBC, .tlaBgGNC {
background-image: url("taken.png");
background-repeat: repeat-y;
background-position: left top;
background-color: #c6ffb8;
}
.coverLegendNoCov, .lineNoCov, .branchNoCov, .branchNoExec, .tlaUNC, .tlaBgUNC {
background-image: url("nottaken.png");
background-repeat: repeat-y;
background-position: left top;
background-color: #ffcfbb;
}

Comment thread codechecker_config.yaml Outdated
Comment on lines +2 to +3
- --keep-gcc-include-fixed
- --keep-gcc-intrin

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove these 2 lines, I was just debugging this and I found out that they cause many issues in the codechecker output.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the whole codechecker_config.yaml file ✔️

Comment thread makefile Outdated
Comment on lines +36 to +37
# Create signing keys from env variables
./scripts/create_signing_keys.sh app/signing_key.pem IMAGE_SIGN_KEY

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need this in this repo, remove

Comment thread scripts/create_signing_keys.sh Outdated

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file.

@klancarLuka
klancarLuka merged commit b761bab into main Sep 1, 2026
2 of 3 checks passed
@klancarLuka
klancarLuka deleted the infra/update-ci branch September 1, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants