Skip to content

ci: add failure notifications for v3 build #1736

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

Merged
merged 2 commits into from
Aug 8, 2025
Merged

Conversation

darora
Copy link
Contributor

@darora darora commented Aug 7, 2025

No description provided.

@darora darora requested review from a team as code owners August 7, 2025 06:25
@@ -55,7 +53,7 @@ jobs:
- name: Run checks if triggered manually
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
SUFFIX=$(sudo nix run nixpkgs#yq -- ".postgres_release[\"postgres${{ matrix.postgres_version }}\"]" ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
SUFFIX=$(yq ".postgres_release[\"postgres${{ matrix.postgres_version }}\"]" ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
Copy link
Contributor

Choose a reason for hiding this comment

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

can probably nuke the nix installer a few lines above; doesn't seem to be used in this job

@tgallacher
Copy link
Contributor

general Q for my ignorance: How is yq being installed on the box? Is it already installed, as we're using our self-hosted runner?

@darora
Copy link
Contributor Author

darora commented Aug 8, 2025

Yes, it's pre-installed on our images using the linked PR

@darora darora merged commit cf87390 into develop Aug 8, 2025
11 of 14 checks passed
@darora darora deleted the da/fix-qemu-build branch August 8, 2025 02:32
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.

2 participants