Skip to content

Commit

Permalink
Add the image version to the neon-test-extensions image (#8032)
Browse files Browse the repository at this point in the history
## Problem

The version was missing in the image name causing the error during the
workflow

## Summary of changes

Added the version to the image name
  • Loading branch information
a-masterov committed Jun 12, 2024
1 parent 9ba9f32 commit 9dda13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,8 @@ jobs:
$repo/vm-compute-node-${version}:${{ needs.tag.outputs.build-tag }}
done
done
docker buildx imagetools create -t neondatabase/neon-test-extensions:latest \
neondatabase/neon-test-extensions:${{ needs.tag.outputs.build-tag }}
docker buildx imagetools create -t neondatabase/neon-test-extensions-v16:latest \
neondatabase/neon-test-extensions-v16:${{ needs.tag.outputs.build-tag }}
trigger-custom-extensions-build-and-wait:
needs: [ check-permissions, tag ]
Expand Down

1 comment on commit 9dda13e

@github-actions
Copy link

@github-actions github-actions bot commented on 9dda13e Jun 12, 2024

Choose a reason for hiding this comment

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

3298 tests run: 3146 passed, 1 failed, 151 skipped (full report)


Failures on Postgres 14

  • test_pageserver_max_throughput_getpage_at_latest_lsn[github-actions-selfhosted-10-6-30]: release
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_pageserver_max_throughput_getpage_at_latest_lsn[release-pg14-github-actions-selfhosted-10-6-30]"
Flaky tests (3)

Postgres 14

  • test_pageserver_restarts_under_worload: release
  • test_pageserver_max_throughput_getpage_at_latest_lsn[github-actions-selfhosted-10-6-30]: release
  • test_pageserver_max_throughput_getpage_at_latest_lsn[github-actions-selfhosted-10-13-30]: release

Code coverage* (full report)

  • functions: 31.6% (6631 of 20989 functions)
  • lines: 48.6% (51494 of 106042 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
9dda13e at 2024-06-12T18:45:25.157Z :recycle:

Please sign in to comment.