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

Run CBMC on EC2 runner in CI #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Run CBMC on EC2 runner in CI #154

wants to merge 1 commit into from

Conversation

hanno-becker
Copy link
Contributor

@hanno-becker hanno-becker commented Sep 23, 2024

Fixes #117

Copy link
Contributor

@mkannwischer mkannwischer left a comment

Choose a reason for hiding this comment

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

I am a little confused - see my comment.

name: ${{ matrix.target.name }}
permissions:
contents: 'read'
id-token: 'write'
uses: ./.github/workflows/ci_ec2_reusable.yml
if: github.repository_owner == 'pq-code-package' || github.ref == 'refs/heads/main'
if: github.repository_owner == 'pq-code-package' && (github.event.label.name == 'ci' || github.ref == 'refs/heads/main')
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this corresponds to what the title of the PR says.
This actually disables all CI for PRs on AMD EPYC 4th gen (t3a) and Intel Xeon 4th gen (t3) unless you add the ci label. Was that intentional?
If it was not you will have to change it such that only the cbmc part depends on the ci label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable CBMC on self-hosted runner
2 participants