development ← fix/github-actions: Cleaning up GitHub Actions workflows
#123
Open
lbeckman314 wants to merge 2 commits intodevelopmentfrom
Open
development ← fix/github-actions: Cleaning up GitHub Actions workflows
#123lbeckman314 wants to merge 2 commits intodevelopmentfrom
development ← fix/github-actions: Cleaning up GitHub Actions workflows lbeckman314 wants to merge 2 commits intodevelopmentfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR cleans up GitHub Actions workflows by removing deprecated environments and updating configurations to resolve workflow and pytest errors. Key changes include:
- In .github/workflows/pytest.yaml, replacing the self‐hosted "cbds" configuration with an "external" environment and ubuntu-latest runner along with updating the endpoint.
- In .github/workflows/main.yaml, renaming the "cbds" job to "external" and removing the staging and development jobs.
- In .github/workflows/integration.yaml, updating the environment input description to reflect the new "external" and "internal" values.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/pytest.yaml | Updated runner configuration and endpoint, switching from self‐hosted "cbds" to "external". |
| .github/workflows/main.yaml | Renamed the job from "cbds" to "external" and removed deprecated job configurations. |
| .github/workflows/integration.yaml | Revised the environment input description to list "external" and "internal". |
Comments suppressed due to low confidence (3)
.github/workflows/pytest.yaml:20
- The environment name 'external' replaces 'cbds'; please ensure that all related workflows and secret configurations are updated accordingly.
environment: external
.github/workflows/main.yaml:8
- Renaming the job from 'cbds' to 'external' should be cross-checked with any upstream references to ensure consistent naming across workflows.
external:
.github/workflows/integration.yaml:25
- Ensure that the updated description accurately reflects the supported environments in deployment; confirm that 'external' and 'internal' align with your overall configuration.
description: The target environment for this run (e.g. external, internal)
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.
Warning
Work in Progress — currently resolving test failures below⚠️
Overview 🌀
Cleaning up deprecated environments (e.g.
development/staging) and resolving minor Pytest errors blocking successful GitHub Actions workflowsCurrent Behavior ❌
Current Actions are failing on deprecated environments (e.g.
development/staging) as well as Pytest failuresNew Behavior ✅
All actions succeed for: