Skip to content

🌱 Remove asciinema upload from update-demos target#2786

Merged
openshift-merge-bot[bot] merged 1 commit into
operator-framework:mainfrom
perdasilva:remove-asciinema-upload
Jun 26, 2026
Merged

🌱 Remove asciinema upload from update-demos target#2786
openshift-merge-bot[bot] merged 1 commit into
operator-framework:mainfrom
perdasilva:remove-asciinema-upload

Conversation

@perdasilva

@perdasilva perdasilva commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Remove the -u (upload) flag from make update-demos so demo recordings are generated without uploading to asciinema.org
  • Update the target's help text to reflect that it no longer uploads

Why

asciinema.org has been unreachable from GitHub Actions runners (hosted on Azure) since ~June 16, 2026, causing the daily demo CI job to fail consistently. See asciinema/asciinema-server#479.

The upload was never essential to the CI job — the purpose is to validate that demo recordings can be generated successfully. According to the issue, the public asciinema server was not meant for CI. "Host your own" was the given alternative.

Test plan

  • Verify make update-demos runs successfully without the -u flag
  • Confirm the demo CI job passes on this PR

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings June 26, 2026 08:06
@openshift-ci openshift-ci Bot requested review from fgiudici and joelanford June 26, 2026 08:06
@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit d505ae9
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/6a3e33f8c65cd900087654b3
😎 Deploy Preview https://deploy-preview-2786--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

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 adjusts the update-demos Makefile target to generate demo recordings without uploading them to asciinema.org, avoiding CI failures caused by asciinema.org being unreachable from GitHub-hosted runners.

Changes:

  • Remove the -u (upload) flag from the make update-demos invocation.
  • Update the target’s extended help text to no longer claim it uploads demos.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile Outdated
@perdasilva perdasilva changed the title Remove asciinema upload from update-demos target 🌱 Remove asciinema upload from update-demos target Jun 26, 2026
asciinema.org is unreachable from GitHub Actions runners (Azure)
since June 16, 2026 (asciinema/asciinema-server#479), causing the
daily demo CI job to fail consistently. The upload step is not
essential — the CI job's purpose is to validate that demo recordings
can be generated successfully. Remove the -u flag and update the
target's EXHELP text accordingly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@perdasilva perdasilva force-pushed the remove-asciinema-upload branch from 0e91e43 to d505ae9 Compare June 26, 2026 08:10
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.42%. Comparing base (f5e0d77) to head (d505ae9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2786      +/-   ##
==========================================
- Coverage   70.44%   70.42%   -0.02%     
==========================================
  Files         143      143              
  Lines       10617    10617              
==========================================
- Hits         7479     7477       -2     
- Misses       2578     2579       +1     
- Partials      560      561       +1     
Flag Coverage Δ
e2e 35.10% <ø> (-0.03%) ⬇️
experimental-e2e 52.46% <ø> (+0.08%) ⬆️
unit 59.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pedjak pedjak 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.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 26, 2026
@openshift-ci

openshift-ci Bot commented Jun 26, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pedjak

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 26, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 00db91d into operator-framework:main Jun 26, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants