pulumi/ci-mgmt

Downstream check failures should not create P1s and alert

Closed this issue · 11 comments

The alert are very noisy and use up time of the providers engineer on rotation. Downstream checks initiate PRs in provider repos to pre-test pre-release bridge and/or pulumi/{pkg,sdk} versions. They should be allowed to fail builds and or checks without creating P1. Bonus points if we can make these tests run without creating PRs in the first place.

Examples:

https://github.com/pulumi/home/pull/3327 partially addresses this - it doesn't create issues for failures after the PR is created any more but still does for failures before that.

This is highly encouraging, great find! Do you have an idea where the rest of it is controlled, or need help poking around?

I think we need an additional check in the lambda above - essentially when the workflow fails, we need to check it if was triggered by a downstream test workflow.

https://github.com/pulumi/home/pull/3327 added a check if the PR that triggered the workflow starts with [DOWNSTREAM TEST] - that is not sufficient since the workflow which opens that PR can fail itself. Example: pulumi/pulumi-gcp#1819

We could maybe add an additional parameter when dispatching the workflow from the upstream repo, which we can check for in the lambda for opening P1s.

What makes this whole business tricky is that it's not obvious how to iterate on the lambda.

pulumi/pulumi-aws#3633 at least one of these is a downstream test failure. It's still happening. Interesting.

I'm going to reopen this based don the following evidence:

** pulumi/pulumi-aws#3691 workflow failure: Upgrade bridge

Cloudwatch for one of theese

2024-03-25T00:44:34.099Z	2589972e-c8f0-4a58-a4c3-1a8c8b11ffe8	INFO	https://github.com/pulumi/pulumi-aws/actions/runs/8413351884    No PR found for workflow run.
2024-03-25T00:44:34.099Z	2589972e-c8f0-4a58-a4c3-1a8c8b11ffe8	INFO	https://github.com/pulumi/pulumi-aws/actions/runs/8413351884    Got workflow {
  action: 'completed',
  workflow_run: {
    id: 8413351884,
    name: 'Upgrade bridge',
    node_id: 'WFR_kwLOBc-AjM8AAAAB9XmPzA',
    head_branch: 'master',
    head_sha: '6f64d10aab24c1e44f2d955d0d3b716698f8b67e',
    path: '.github/workflows/upgrade-bridge.yml',
    display_title: 'upgrade-bridge',
    run_number: 478,
    event: 'repository_dispatch',
    status: 'completed',
    conclusion: 'failure',
    workflow_id: 67615707,
    check_suite_id: 22055928343,
    check_suite_node_id: 'CS_kwDOBc-AjM8AAAAFIqLCFw',
    url: 'https://api.github.com/repos/pulumi/pulumi-aws/actions/runs/8413351884',
    html_url: 'https://github.com/pulumi/pulumi-aws/actions/runs/8413351884',
    pull_requests: [],
    created_at: '2024-03-25T00:40:22Z',
    updated_at: '2024-03-25T00:44:33Z',
    actor: {
      login: 'pulumi-bot',
      id: 30351955,
      node_id: 'MDQ6VXNlcjMwMzUxOTU1',
      avatar_url: 'https://avatars.githubusercontent.com/u/30351955?v=4',
      gravatar_id: '',
      url: 'https://api.github.com/users/pulumi-bot',
      html_url: 'https://github.com/pulumi-bot',
      followers_url: 'https://api.github.com/users/pulumi-bot/followers',
      following_url: 'https://api.github.com/users/pulumi-bot/following{/other_user}',
      gists_url: 'https://api.github.com/users/pulumi-bot/gists{/gist_id}',
      starred_url: 'https://api.github.com/users/pulumi-bot/starred{/owner}{/repo}',
      subscriptions_url: 'https://api.github.com/users/pulumi-bot/subscriptions',
      organizations_url: 'https://api.github.com/users/pulumi-bot/orgs',
      repos_url: 'https://api.github.com/users/pulumi-bot/repos',
      events_url: 'https://api.github.com/users/pulumi-bot/events{/privacy}',
      received_events_url: 'https://api.github.com/users/pulumi-bot/received_events',
      type: 'User',
      site_admin: false
    },
    run_attempt: 1,
    referenced_workflows: [],
    run_started_at: '2024-03-25T00:40:22Z',
    triggering_actor: {
      login: 'pulumi-bot',
      id: 30351955,
      node_id: 'MDQ6VXNlcjMwMzUxOTU1',
      avatar_url: 'https://avatars.githubusercontent.com/u/30351955?v=4',
      gravatar_id: '',
      url: 'https://api.github.com/users/pulumi-bot',
      html_url: 'https://github.com/pulumi-bot',
      followers_url: 'https://api.github.com/users/pulumi-bot/followers',
      following_url: 'https://api.github.com/users/pulumi-bot/following{/other_user}',
      gists_url: 'https://api.github.com/users/pulumi-bot/gists{/gist_id}',
      starred_url: 'https://api.github.com/users/pulumi-bot/starred{/owner}{/repo}',
      subscriptions_url: 'https://api.github.com/users/pulumi-bot/subscriptions',
      organizations_url: 'https://api.github.com/users/pulumi-bot/orgs',
      repos_url: 'https://api.github.com/users/pulumi-bot/repos',
      events_url: 'https://api.github.com/users/pulumi-bot/events{/privacy}',
      received_events_url: 'https://api.github.com/users/pulumi-bot/received_events',
      type: 'User',
      site_admin: false
    },
    jobs_url: 'https://api.github.com/repos/pulumi/pulumi-aws/actions/runs/8413351884/jobs',
    logs_url: 'https://api.github.com/repos/pulumi/pulumi-aws/actions/runs/8413351884/logs',
    check_suite_url: 'https://api.github.com/repos/pulumi/pulumi-aws/check-suites/22055928343',
    artifacts_url: 'https://api.github.com/repos/pulumi/pulumi-aws/actions/runs/8413351884/artifacts',
    cancel_url: 'https://api.github.com/repos/pulumi/pulumi-aws/actions/runs/8413351884/cancel',
    rerun_url: 'https://api.github.com/repos/pulumi/pulumi-aws/actions/runs/8413351884/rerun',
    previous_attempt_url: null,
    workflow_url: 'https://api.github.com/repos/pulumi/pulumi-aws/actions/workflows/67615707',
    head_commit: {
      id: '6f64d10aab24c1e44f2d955d0d3b716698f8b67e',
      tree_id: '4091e5758e20dbf2c94b3e029a9b1b718f7ce431',
      message: 'falseUpdate GitHub Actions workflows. (#3693)\n' +
        '\n' +
        'This PR was automatically generated by the\n' +
        'update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt\n' +
        'repo, from commit 9ad5c6ce3d38bbcd38f5bf0eda0e75c8c6640e30.',
      timestamp: '2024-03-24T07:33:15Z',
      author: [Object],
      committer: [Object]
    },
    repository: {
      id: 97484940,
      node_id: 'MDEwOlJlcG9zaXRvcnk5NzQ4NDk0MA==',
      name: 'pulumi-aws',
      full_name: 'pulumi/pulumi-aws',
      private: false,
      owner: [Object],
      html_url: 'https://github.com/pulumi/pulumi-aws',
      description: 'An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS',
      fork: false,
      url: 'https://api.github.com/repos/pulumi/pulumi-aws',
      forks_url: 'https://api.github.com/repos/pulumi/pulumi-aws/forks',
      keys_url: 'https://api.github.com/repos/pulumi/pulumi-aws/keys{/key_id}',
      collaborators_url: 'https://api.github.com/repos/pulumi/pulumi-aws/collaborators{/collaborator}',
      teams_url: 'https://api.github.com/repos/pulumi/pulumi-aws/teams',
      hooks_url: 'https://api.github.com/repos/pulumi/pulumi-aws/hooks',
      issue_events_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues/events{/number}',
      events_url: 'https://api.github.com/repos/pulumi/pulumi-aws/events',
      assignees_url: 'https://api.github.com/repos/pulumi/pulumi-aws/assignees{/user}',
      branches_url: 'https://api.github.com/repos/pulumi/pulumi-aws/branches{/branch}',
      tags_url: 'https://api.github.com/repos/pulumi/pulumi-aws/tags',
      blobs_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/blobs{/sha}',
      git_tags_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/tags{/sha}',
      git_refs_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/refs{/sha}',
      trees_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/trees{/sha}',
      statuses_url: 'https://api.github.com/repos/pulumi/pulumi-aws/statuses/{sha}',
      languages_url: 'https://api.github.com/repos/pulumi/pulumi-aws/languages',
      stargazers_url: 'https://api.github.com/repos/pulumi/pulumi-aws/stargazers',
      contributors_url: 'https://api.github.com/repos/pulumi/pulumi-aws/contributors',
      subscribers_url: 'https://api.github.com/repos/pulumi/pulumi-aws/subscribers',
      subscription_url: 'https://api.github.com/repos/pulumi/pulumi-aws/subscription',
      commits_url: 'https://api.github.com/repos/pulumi/pulumi-aws/commits{/sha}',
      git_commits_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/commits{/sha}',
      comments_url: 'https://api.github.com/repos/pulumi/pulumi-aws/comments{/number}',
      issue_comment_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues/comments{/number}',
      contents_url: 'https://api.github.com/repos/pulumi/pulumi-aws/contents/{+path}',
      compare_url: 'https://api.github.com/repos/pulumi/pulumi-aws/compare/{base}...{head}',
      merges_url: 'https://api.github.com/repos/pulumi/pulumi-aws/merges',
      archive_url: 'https://api.github.com/repos/pulumi/pulumi-aws/{archive_format}{/ref}',
      downloads_url: 'https://api.github.com/repos/pulumi/pulumi-aws/downloads',
      issues_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues{/number}',
      pulls_url: 'https://api.github.com/repos/pulumi/pulumi-aws/pulls{/number}',
      milestones_url: 'https://api.github.com/repos/pulumi/pulumi-aws/milestones{/number}',
      notifications_url: 'https://api.github.com/repos/pulumi/pulumi-aws/notifications{?since,all,participating}',
      labels_url: 'https://api.github.com/repos/pulumi/pulumi-aws/labels{/name}',
      releases_url: 'https://api.github.com/repos/pulumi/pulumi-aws/releases{/id}',
      deployments_url: 'https://api.github.com/repos/pulumi/pulumi-aws/deployments'
    },
    head_repository: {
      id: 97484940,
      node_id: 'MDEwOlJlcG9zaXRvcnk5NzQ4NDk0MA==',
      name: 'pulumi-aws',
      full_name: 'pulumi/pulumi-aws',
      private: false,
      owner: [Object],
      html_url: 'https://github.com/pulumi/pulumi-aws',
      description: 'An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS',
      fork: false,
      url: 'https://api.github.com/repos/pulumi/pulumi-aws',
      forks_url: 'https://api.github.com/repos/pulumi/pulumi-aws/forks',
      keys_url: 'https://api.github.com/repos/pulumi/pulumi-aws/keys{/key_id}',
      collaborators_url: 'https://api.github.com/repos/pulumi/pulumi-aws/collaborators{/collaborator}',
      teams_url: 'https://api.github.com/repos/pulumi/pulumi-aws/teams',
      hooks_url: 'https://api.github.com/repos/pulumi/pulumi-aws/hooks',
      issue_events_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues/events{/number}',
      events_url: 'https://api.github.com/repos/pulumi/pulumi-aws/events',
      assignees_url: 'https://api.github.com/repos/pulumi/pulumi-aws/assignees{/user}',
      branches_url: 'https://api.github.com/repos/pulumi/pulumi-aws/branches{/branch}',
      tags_url: 'https://api.github.com/repos/pulumi/pulumi-aws/tags',
      blobs_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/blobs{/sha}',
      git_tags_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/tags{/sha}',
      git_refs_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/refs{/sha}',
      trees_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/trees{/sha}',
      statuses_url: 'https://api.github.com/repos/pulumi/pulumi-aws/statuses/{sha}',
      languages_url: 'https://api.github.com/repos/pulumi/pulumi-aws/languages',
      stargazers_url: 'https://api.github.com/repos/pulumi/pulumi-aws/stargazers',
      contributors_url: 'https://api.github.com/repos/pulumi/pulumi-aws/contributors',
      subscribers_url: 'https://api.github.com/repos/pulumi/pulumi-aws/subscribers',
      subscription_url: 'https://api.github.com/repos/pulumi/pulumi-aws/subscription',
      commits_url: 'https://api.github.com/repos/pulumi/pulumi-aws/commits{/sha}',
      git_commits_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/commits{/sha}',
      comments_url: 'https://api.github.com/repos/pulumi/pulumi-aws/comments{/number}',
      issue_comment_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues/comments{/number}',
      contents_url: 'https://api.github.com/repos/pulumi/pulumi-aws/contents/{+path}',
      compare_url: 'https://api.github.com/repos/pulumi/pulumi-aws/compare/{base}...{head}',
      merges_url: 'https://api.github.com/repos/pulumi/pulumi-aws/merges',
      archive_url: 'https://api.github.com/repos/pulumi/pulumi-aws/{archive_format}{/ref}',
      downloads_url: 'https://api.github.com/repos/pulumi/pulumi-aws/downloads',
      issues_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues{/number}',
      pulls_url: 'https://api.github.com/repos/pulumi/pulumi-aws/pulls{/number}',
      milestones_url: 'https://api.github.com/repos/pulumi/pulumi-aws/milestones{/number}',
      notifications_url: 'https://api.github.com/repos/pulumi/pulumi-aws/notifications{?since,all,participating}',
      labels_url: 'https://api.github.com/repos/pulumi/pulumi-aws/labels{/name}',
      releases_url: 'https://api.github.com/repos/pulumi/pulumi-aws/releases{/id}',
      deployments_url: 'https://api.github.com/repos/pulumi/pulumi-aws/deployments'
    }
  },
  workflow: {
    id: 67615707,
    node_id: 'W_kwDOBc-AjM4EB7vb',
    name: 'Upgrade bridge',
    path: '.github/workflows/upgrade-bridge.yml',
    state: 'active',
    created_at: '2023-08-28T19:33:28.000Z',
    updated_at: '2023-08-28T19:33:28.000Z',
    url: 'https://api.github.com/repos/pulumi/pulumi-aws/actions/workflows/67615707',
    html_url: 'https://github.com/pulumi/pulumi-aws/blob/master/.github/workflows/upgrade-bridge.yml',
    badge_url: 'https://github.com/pulumi/pulumi-aws/workflows/Upgrade%20bridge/badge.svg'
  },
  repository: {
    id: 97484940,
    node_id: 'MDEwOlJlcG9zaXRvcnk5NzQ4NDk0MA==',
    name: 'pulumi-aws',
    full_name: 'pulumi/pulumi-aws',
    private: false,
    owner: {
      login: 'pulumi',
      id: 21992475,
      node_id: 'MDEyOk9yZ2FuaXphdGlvbjIxOTkyNDc1',
      avatar_url: 'https://avatars.githubusercontent.com/u/21992475?v=4',
      gravatar_id: '',
      url: 'https://api.github.com/users/pulumi',
      html_url: 'https://github.com/pulumi',
      followers_url: 'https://api.github.com/users/pulumi/followers',
      following_url: 'https://api.github.com/users/pulumi/following{/other_user}',
      gists_url: 'https://api.github.com/users/pulumi/gists{/gist_id}',
      starred_url: 'https://api.github.com/users/pulumi/starred{/owner}{/repo}',
      subscriptions_url: 'https://api.github.com/users/pulumi/subscriptions',
      organizations_url: 'https://api.github.com/users/pulumi/orgs',
      repos_url: 'https://api.github.com/users/pulumi/repos',
      events_url: 'https://api.github.com/users/pulumi/events{/privacy}',
      received_events_url: 'https://api.github.com/users/pulumi/received_events',
      type: 'Organization',
      site_admin: false
    },
    html_url: 'https://github.com/pulumi/pulumi-aws',
    description: 'An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS',
    fork: false,
    url: 'https://api.github.com/repos/pulumi/pulumi-aws',
    forks_url: 'https://api.github.com/repos/pulumi/pulumi-aws/forks',
    keys_url: 'https://api.github.com/repos/pulumi/pulumi-aws/keys{/key_id}',
    collaborators_url: 'https://api.github.com/repos/pulumi/pulumi-aws/collaborators{/collaborator}',
    teams_url: 'https://api.github.com/repos/pulumi/pulumi-aws/teams',
    hooks_url: 'https://api.github.com/repos/pulumi/pulumi-aws/hooks',
    issue_events_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues/events{/number}',
    events_url: 'https://api.github.com/repos/pulumi/pulumi-aws/events',
    assignees_url: 'https://api.github.com/repos/pulumi/pulumi-aws/assignees{/user}',
    branches_url: 'https://api.github.com/repos/pulumi/pulumi-aws/branches{/branch}',
    tags_url: 'https://api.github.com/repos/pulumi/pulumi-aws/tags',
    blobs_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/blobs{/sha}',
    git_tags_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/tags{/sha}',
    git_refs_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/refs{/sha}',
    trees_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/trees{/sha}',
    statuses_url: 'https://api.github.com/repos/pulumi/pulumi-aws/statuses/{sha}',
    languages_url: 'https://api.github.com/repos/pulumi/pulumi-aws/languages',
    stargazers_url: 'https://api.github.com/repos/pulumi/pulumi-aws/stargazers',
    contributors_url: 'https://api.github.com/repos/pulumi/pulumi-aws/contributors',
    subscribers_url: 'https://api.github.com/repos/pulumi/pulumi-aws/subscribers',
    subscription_url: 'https://api.github.com/repos/pulumi/pulumi-aws/subscription',
    commits_url: 'https://api.github.com/repos/pulumi/pulumi-aws/commits{/sha}',
    git_commits_url: 'https://api.github.com/repos/pulumi/pulumi-aws/git/commits{/sha}',
    comments_url: 'https://api.github.com/repos/pulumi/pulumi-aws/comments{/number}',
    issue_comment_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues/comments{/number}',
    contents_url: 'https://api.github.com/repos/pulumi/pulumi-aws/contents/{+path}',
    compare_url: 'https://api.github.com/repos/pulumi/pulumi-aws/compare/{base}...{head}',
    merges_url: 'https://api.github.com/repos/pulumi/pulumi-aws/merges',
    archive_url: 'https://api.github.com/repos/pulumi/pulumi-aws/{archive_format}{/ref}',
    downloads_url: 'https://api.github.com/repos/pulumi/pulumi-aws/downloads',
    issues_url: 'https://api.github.com/repos/pulumi/pulumi-aws/issues{/number}',
    pulls_url: 'https://api.github.com/repos/pulumi/pulumi-aws/pulls{/number}',
    milestones_url: 'https://api.github.com/repos/pulumi/pulumi-aws/milestones{/number}',
    notifications_url: 'https://api.github.com/repos/pulumi/pulumi-aws/notifications{?since,all,participating}',
    labels_url: 'https://api.github.com/repos/pulumi/pulumi-aws/labels{/name}',
    releases_url: 'https://api.github.com/repos/pulumi/pulumi-aws/releases{/id}',
    deployments_url: 'https://api.github.com/repos/pulumi/pulumi-aws/deployments',
    created_at: '2017-07-17T14:20:33Z',
    updated_at: '2024-03-25T00:06:31Z',
    pushed_at: '2024-03-25T00:37:33Z',
    git_url: 'git://github.com/pulumi/pulumi-aws.git',
    ssh_url: 'git@github.com:pulumi/pulumi-aws.git',
    clone_url: 'https://github.com/pulumi/pulumi-aws.git',
    svn_url: 'https://github.com/pulumi/pulumi-aws',
    homepage: '',
    size: 591440,
    stargazers_count: 412,
    watchers_count: 412,
    language: 'Go',
    has_issues: true,
    has_projects: true,
    has_downloads: true,
    has_wiki: true,
    has_pages: false,
    has_discussions: false,
    forks_count: 146,
    mirror_url: null,
    archived: false,
    disabled: false,
    open_issues_count: 351,
    license: {
      key: 'apache-2.0',
      name: 'Apache License 2.0',
      spdx_id: 'Apache-2.0',
      url: 'https://api.github.com/licenses/apache-2.0',
      node_id: 'MDc6TGljZW5zZTI='
    },
    allow_forking: true,
    is_template: false,
    web_commit_signoff_required: false,
    topics: [
      'aws',
      'cloud',
      'cloud-computing',
      'csharp',
      'dotnet',
      'fsharp',
      'go',
      'golang',
      'infrastructure',
      'infrastructure-as-code',
      'javascript',
      'lambda',
      'pulumi',
      'python',
      'typescript'
    ],
    visibility: 'public',
    forks: 146,
    open_issues: 351,
    watchers: 412,
    default_branch: 'master',
    custom_properties: {}
  },
  organization: {
    login: 'pulumi',
    id: 21992475,
    node_id: 'MDEyOk9yZ2FuaXphdGlvbjIxOTkyNDc1',
    url: 'https://api.github.com/orgs/pulumi',
    repos_url: 'https://api.github.com/orgs/pulumi/repos',
    events_url: 'https://api.github.com/orgs/pulumi/events',
    hooks_url: 'https://api.github.com/orgs/pulumi/hooks',
    issues_url: 'https://api.github.com/orgs/pulumi/issues',
    members_url: 'https://api.github.com/orgs/pulumi/members{/member}',
    public_members_url: 'https://api.github.com/orgs/pulumi/public_members{/member}',
    avatar_url: 'https://avatars.githubusercontent.com/u/21992475?v=4',
    description: ''
  },
  sender: {
    login: 'pulumi-bot',
    id: 30351955,
    node_id: 'MDQ6VXNlcjMwMzUxOTU1',
    avatar_url: 'https://avatars.githubusercontent.com/u/30351955?v=4',
    gravatar_id: '',
    url: 'https://api.github.com/users/pulumi-bot',
    html_url: 'https://github.com/pulumi-bot',
    followers_url: 'https://api.github.com/users/pulumi-bot/followers',
    following_url: 'https://api.github.com/users/pulumi-bot/following{/other_user}',
    gists_url: 'https://api.github.com/users/pulumi-bot/gists{/gist_id}',
    starred_url: 'https://api.github.com/users/pulumi-bot/starred{/owner}{/repo}',
    subscriptions_url: 'https://api.github.com/users/pulumi-bot/subscriptions',
    organizations_url: 'https://api.github.com/users/pulumi-bot/orgs',
    repos_url: 'https://api.github.com/users/pulumi-bot/repos',
    events_url: 'https://api.github.com/users/pulumi-bot/events{/privacy}',
    received_events_url: 'https://api.github.com/users/pulumi-bot/received_events',
    type: 'User',
    site_admin: false
  }
}
2024-03-25T00:44:34.596Z	2589972e-c8f0-4a58-a4c3-1a8c8b11ffe8	INFO	https://github.com/pulumi/pulumi-aws/actions/runs/8413351884    Found 1 matching issues.
2024-03-25T00:44:35.318Z	2589972e-c8f0-4a58-a4c3-1a8c8b11ffe8	INFO	https://github.com/pulumi/pulumi-aws/actions/runs/8413351884    Updated existing issue https://github.com/pulumi/pulumi-aws/issues/3691

Yeah this should not have been closed yet. I still need to update the bridge workflows to use the new dispatch type.

Oh I think this is coming from pulumi/pulumi - we simply need to direct it to "upgrade-bridge-test".

I think pulumi/pulumi#15775 should take care of it the p/p workflows.

And pulumi/pulumi-terraform-bridge#1787 should take care of the bridge workflows I think.