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

[chore] move actuated builds into separate workflow #32802

Merged
merged 4 commits into from
May 1, 2024

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented May 1, 2024

As discussed in the 1-May-2024 SIG call, moving actuated builds to their own workflow file to make them not required.

Fixes #32801

@songy23 songy23 added the ci-cd CI, CD, testing, build issues label May 1, 2024
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten force-pushed the codeboten/acutated-optiona branch from 074b9bc to 78fa7f7 Compare May 1, 2024 19:53
Copy link
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

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

Minor comment, LGTM otherwise

cc @atoulme

.github/workflows/build-and-test-actuated.yml Show resolved Hide resolved
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten merged commit 09b8182 into open-telemetry:main May 1, 2024
160 checks passed
@codeboten codeboten deleted the codeboten/acutated-optiona branch May 1, 2024 21:36
@github-actions github-actions bot added this to the next release milestone May 1, 2024

jobs:
arm-unittest-matrix:
if: ${{ github.actor != 'dependabot[bot]' && (contains(github.event.pull_request.labels.*.name, 'Run ARM') || github.event_name == 'push' || github.event_name == 'merge_group') }}
Copy link
Contributor

Choose a reason for hiding this comment

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

github.actor != 'dependabot[bot]' what about renovatebot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd CI, CD, testing, build issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move to run tests on ARM similarly to Windows
4 participants