Skip to content

Conversation

@joncinque
Copy link
Collaborator

Problem

The main CI job has two jobs disabled: semver-checks and downstream agave checks.

The semver-checks job on every PR is more trouble than it's worth, so we only run it before publishing, when semver breakage truly matters.

The downstream Agave check has a similar problem, where it quickly goes red.

Summary of changes

Just remove them. I kept the downstream testing script, since it can still be useful in certain situations, just not in CI. The semver-check script is pretty useless though, so I removed that.

#### Problem

The main CI job has two jobs disabled: semver-checks and downstream
agave checks.

The semver-checks job on every PR is more trouble than it's worth, so we
only run it before publishing, when semver breakage truly matters.

The downstream Agave check has a similar problem, where it quickly goes
red.

#### Summary of changes

Just remove them. I kept the downstream testing script, since it can
still be useful in certain situations, just not in CI. The semver-check
script is pretty useless though, so I removed that.
@joncinque joncinque requested review from febo and steviez November 4, 2025 21:49
Copy link
Collaborator

@steviez steviez left a comment

Choose a reason for hiding this comment

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

The semver-checks job on every PR is more trouble than it's worth, so we only run it before publishing, when semver breakage truly matters.

Given that you pick major|minor|patch in the publish GH action, defering to publish seems reasonable.

Just remove them. I kept the downstream testing script, since it can still be useful in certain situations, just not in CI.

Works for me

@joncinque joncinque merged commit 25b15ad into anza-xyz:master Nov 4, 2025
24 checks passed
@joncinque joncinque deleted the no-semver branch November 4, 2025 22: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