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

ci: update workflows and sync-files #7340

Merged
merged 2 commits into from
Jun 17, 2024
Merged

ci: update workflows and sync-files #7340

merged 2 commits into from
Jun 17, 2024

Conversation

xmfcx
Copy link
Contributor

@xmfcx xmfcx commented Jun 6, 2024

Description

Merged the sync-files PR generated by this PR's branch:

This PR removes the:

Current state of build-and-test derivatives:

build-and-test-daily.yaml

  • Runs daily or on workflow_dispatch.
  • Runs for cuda and non-cuda.
  • fetch-depth: 1
  • Uploads coverage with flag total

build-and-test-daily-arm.yaml

  • Runs daily or on workflow_dispatch.
  • Runs for cuda and non-cuda.
  • fetch-depth: 1
  • Uploads coverage with flag total-arm

build-and-test.yaml

  • Runs per commit into main.
  • Runs for cuda only.
  • fetch-depth: 1
  • Uploads coverage with flag total

build-and-test-differential.yaml

  • Runs per PR.
  • Runs for cuda and non-cuda.
  • Fetch only PR commits.
  • Uploads coverage with flag differential
  • Now uses new make-sure-label-is-present workflow, supporting multiple labels
    • requires label: tag:run-build-and-test-differential
  • Runs on reopened event too.

build-and-test-differential-arm64.yaml

  • Runs per PR.
  • Runs for cuda and non-cuda.
  • Fetch only PR commits.
  • Uploads coverage with flag differential-arm64
  • Now uses new make-sure-label-is-present workflow, supporting multiple labels
    • requires label: type:arm64
  • Runs on reopened event too.

Tests performed

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@xmfcx xmfcx self-assigned this Jun 6, 2024
@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Jun 6, 2024
@xmfcx xmfcx added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 7, 2024
@xmfcx xmfcx force-pushed the ci/split-build-and-test branch 5 times, most recently from 098d147 to 4fb54e3 Compare June 7, 2024 15:54
@xmfcx xmfcx removed the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 10, 2024
@xmfcx xmfcx force-pushed the ci/split-build-and-test branch 2 times, most recently from 9eccc94 to 2a15079 Compare June 10, 2024 06:28
@github-actions github-actions bot added the component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) label Jun 11, 2024
@xmfcx xmfcx added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 11, 2024
@xmfcx xmfcx force-pushed the ci/split-build-and-test branch 13 times, most recently from 62b0b3b to 796aa30 Compare June 12, 2024 09:43
@xmfcx xmfcx added tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) tag:run-clang-tidy-differential and removed component:calibration Calibration of sensors and hardware. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) tag:run-clang-tidy-differential labels Jun 13, 2024
@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Jun 13, 2024
@xmfcx xmfcx force-pushed the ci/split-build-and-test branch 2 times, most recently from 9ca5095 to 5a98b2f Compare June 16, 2024 09:44
@xmfcx xmfcx added tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) tag:run-clang-tidy-differential labels Jun 16, 2024
@xmfcx xmfcx changed the title ci(build-and-test): extract the action and simplify ci: update workflows and sync-files Jun 16, 2024
@xmfcx xmfcx force-pushed the ci/split-build-and-test branch 3 times, most recently from 2253539 to 27b7d22 Compare June 16, 2024 10:54
@xmfcx xmfcx mentioned this pull request Jun 16, 2024
Signed-off-by: M. Fatih Cırıt <[email protected]>
@xmfcx xmfcx marked this pull request as ready for review June 16, 2024 11:19
Signed-off-by: M. Fatih Cırıt <[email protected]>
@xmfcx xmfcx merged commit 18a618c into main Jun 17, 2024
23 of 24 checks passed
@xmfcx xmfcx deleted the ci/split-build-and-test branch June 17, 2024 08:14
simon-eisenmann-driveblocks pushed a commit to simon-eisenmann-driveblocks/autoware.universe that referenced this pull request Jun 26, 2024
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: Simon Eisenmann <[email protected]>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:ci Continuous Integration (CI) processes and testing. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants