Automated workflow pipeline for slack worker - #76
Open
moebasim wants to merge 419 commits into
Open
Conversation
SUSTAINING-1644 - GCP integration
moebasim
force-pushed
the
workflow/image
branch
2 times, most recently
from
April 8, 2026 14:39
090f515 to
db2992b
Compare
…gle-qe Refactor ROTA with columns change & single QE model
moebasim
force-pushed
the
workflow/image
branch
from
April 10, 2026 09:53
7ff9b9d to
db2992b
Compare
moebasim
force-pushed
the
workflow/image
branch
from
April 10, 2026 11:48
db2992b to
0c61fe8
Compare
change to version of trivy image
moebasim
force-pushed
the
workflow/image
branch
from
April 23, 2026 10:55
0bfca6f to
b38676b
Compare
moebasim
force-pushed
the
workflow/image
branch
from
April 23, 2026 10:58
b38676b to
2346d49
Compare
- Move env var setup in slack_worker/tests/conftest.py to module level so variables are available during pytest collection (before config.py validates at import time). Add root config required keys needed by the transitive import chain through slack_worker.jobs. - Remove unused `import pytest` from test_slack_worker_core.py (F401). - Export send_group_reminder and send_dm_reminders from slack_worker/jobs/__init__.py so the test import succeeds. - Improve slackworker-checks.yaml: use consistent actions/checkout@v4, pin Python 3.12 with setup-python, run all tests in slack_worker/tests/. - Add slack_worker/tests/__init__.py for proper package structure.
rh-soboh
force-pushed
the
workflow/image
branch
2 times, most recently
from
April 27, 2026 14:15
e4b4560 to
2813836
Compare
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.
Core flow:
Manual trigger
Requires user input: registry credentials and version (major.minor).
Input validation
Ensures version numbers are numeric.
Versioning logic
Queries Quay API, finds existing tags matching major.minor.*, and auto-increments the patch version.
Authentication
Logs into Quay.io using provided credentials.
Build
Builds the Docker image locally from the slack_worker directory.
Security scan (Trivy)
Scans the image for CRITICAL vulnerabilities.
Behavior depends on input:
"false" → fail workflow if critical issues found
"true" → allow push even with critical issues
Push
Uploads the image to Quay with the computed version tag.
Cleanup
Removes Docker credentials and logs out.