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 outdated GitHub Actions #8042

Merged
merged 3 commits into from
Jun 14, 2024
Merged

CI: Update outdated GitHub Actions #8042

merged 3 commits into from
Jun 14, 2024

Conversation

bayandin
Copy link
Member

Problem

We have some amount of outdated action in the CI pipeline, GitHub complains about some of them.

Summary of changes

  • Update actions/checkout@1 (really old one) in vm-compute-node-image
  • Update actions/checkout@3 in build-build-tools-image
  • Update docker/setup-buildx-action in all workflows / jobs, it was downgraded in CI: fix docker/setup-buildx-action & update rustls #7445, but it seems it works now

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

Copy link

github-actions bot commented Jun 13, 2024

3216 tests run: 3075 passed, 0 failed, 141 skipped (full report)


Flaky tests (1)

Postgres 15

  • test_storage_controller_smoke: debug

Code coverage* (full report)

  • functions: 31.5% (6635 of 21060 functions)
  • lines: 48.6% (51641 of 106255 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
8351266 at 2024-06-13T15:06:56.758Z :recycle:

Copy link
Contributor

@a-masterov a-masterov left a comment

Choose a reason for hiding this comment

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

No problems found

@bayandin bayandin merged commit edc9000 into main Jun 14, 2024
67 checks passed
@bayandin bayandin deleted the bayandin/update-actions branch June 14, 2024 09:24
bayandin added a commit that referenced this pull request Jun 14, 2024
## Problem

I've bumped `docker/setup-buildx-action` in #8042 because I wasn't able
to reproduce the issue from #7445.
But now the issue appears again in
https://github.com/neondatabase/neon/actions/runs/9514373620/job/26226626923?pr=8059
The steps to reproduce aren't clear, it required
`docker/setup-buildx-action@v3` and rebuilding the image without cache,
probably

## Summary of changes
- Downgrade `docker/setup-buildx-action@v3` 
to `docker/setup-buildx-action@v2`
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.

3 participants