Skip to content

chore: add diagnostics#324844

Draft
rzhao271 wants to merge 2 commits into
mainfrom
rzhao271/add-diag
Draft

chore: add diagnostics#324844
rzhao271 wants to merge 2 commits into
mainfrom
rzhao271/add-diag

Conversation

@rzhao271

@rzhao271 rzhao271 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 7, 2026 23:31
@rzhao271 rzhao271 added this to the 1.128.0 milestone Jul 7, 2026
@rzhao271 rzhao271 self-assigned this Jul 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR prepends a diagnostic curl -v probe against packages.microsoft.com to the "Install build tools" step in two CI workflows. It is a temporary diagnostics chore, likely intended to investigate package-repository connectivity issues in the Linux CI runners before the apt update/apt install calls.

Changes:

  • Adds a verbose curl probe of the Azure CLI InRelease metadata ahead of the existing apt build-tools install in pr.yml.
  • Applies the identical probe in pr-node-modules.yml.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/pr.yml Adds a curl -v ... InRelease && diagnostic probe before the build-tools apt commands.
.github/workflows/pr-node-modules.yml Adds the same curl -v ... InRelease && diagnostic probe before the build-tools apt commands.

Comment thread .github/workflows/pr.yml
- name: Install build tools
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: sudo apt update -y && sudo apt install -y build-essential pkg-config libx11-dev libx11-xcb-dev libxkbfile-dev libnotify-bin libkrb5-dev
run: curl -v https://packages.microsoft.com/repos/azure-cli/dists/jammy/InRelease && sudo apt update -y && sudo apt install -y build-essential pkg-config libx11-dev libx11-xcb-dev libxkbfile-dev libnotify-bin libkrb5-dev
- name: Install build tools
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: sudo apt update -y && sudo apt install -y build-essential pkg-config libx11-dev libx11-xcb-dev libxkbfile-dev libnotify-bin libkrb5-dev
run: curl -v https://packages.microsoft.com/repos/azure-cli/dists/jammy/InRelease && sudo apt update -y && sudo apt install -y build-essential pkg-config libx11-dev libx11-xcb-dev libxkbfile-dev libnotify-bin libkrb5-dev
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