STAC-25618: remove the dead GitLab CI pipeline and its helpers - #372
Open
LouisParkin wants to merge 1 commit into
Open
STAC-25618: remove the dead GitLab CI pipeline and its helpers#372LouisParkin wants to merge 1 commit into
LouisParkin wants to merge 1 commit into
Conversation
The GitLab project (13169244) is archived, so .gitlab-ci.yml can never run again. Every job in it is now either migrated or formally retired: - test jobs: migrated and broadened. GitLab ran ~20 hardcoded suites; checks-tests.yml runs a dynamic 51-suite matrix plus 58 docker suites. - docker: obsolete. CI no longer uses a bespoke runner image, it runs in a digest-pinned registry.suse.com/bci/python:3.13, which also drops a Docker Hub base image. - publish-checks-dev: retired under STAC-25532. Manual-only, and all 19 requirements-dev.txt files consume stackstate_checks_dev via the local editable path, never the published wheel. - print_env, linux_deps: pipeline scaffolding with no GitHub equivalent. - .windows_env was a dead anchor no job referenced, so no Windows lane is lost. Also removes the helper scripts .gitlab-ci.yml was the sole consumer of (GitLab Package Registry setup, artifactory docker login, the CI_COMMIT_REF_NAME version stamper) and run_gitlab_local.sh, which shells out to gitlab-runner. setup_env.sh, load_deps.sh, python_tool_versions.env and conda_env.ps1 stay: the first three are used by GitHub CI, the last by local Windows development. README: the setup instructions asked developers for a GitLab PAT to reach a package registry that setup no longer touches (load_deps.sh installs from the local path), and the CI image section documented a publish process that no longer exists. The embedded-CPython invariant it carried is preserved and repointed at BCI_PYTHON_IMAGE. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The GitLab project (13169244) is archived, so
.gitlab-ci.ymlcan never run again, and every job in it is now migrated or retired. Test jobs moved tochecks-tests.yml(a dynamic 51-suite matrix, broader than the ~20 hardcoded GitLab jobs); thedocker:runner-image job is obsolete because CI now runs in a digest-pinnedregistry.suse.com/bci/python:3.13;publish-checks-devwas retired under STAC-25532.Also drops the helpers
.gitlab-ci.ymlwas the sole consumer of, and the stale README setup steps that ask developers for a GitLab PAT to reach a package registry the setup no longer touches. The embedded-CPython invariant in the README is kept and repointed atBCI_PYTHON_IMAGE.Reviewer check:
.windows_envwas a dead anchor no job referenced, so no Windows lane is lost here.setup_env.sh,load_deps.sh,python_tool_versions.envandconda_env.ps1are deliberately kept.Jira: https://stackstate.atlassian.net/browse/STAC-25618