Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d13c017d
Unverified
Commit
d13c017d
authored
Dec 08, 2025
by
Nate Mailhot
Committed by
GitHub
Dec 08, 2025
Browse files
fix: remove workflow metric job (#4806)
parent
c9fad85c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
50 deletions
+0
-50
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+0
-50
No files found.
.github/workflows/container-validation-backends.yml
View file @
d13c017d
...
...
@@ -507,56 +507,6 @@ jobs:
kubectl delete namespace $NAMESPACE || true
echo "Namespace $NAMESPACE completed."
# Upload metrics for this workflow and all its jobs
upload-workflow-metrics
:
name
:
Upload Workflow Metrics
runs-on
:
gitlab
if
:
always()
# Always run, even if other jobs fail
needs
:
[
backend-status-check
]
# Wait for the status check which waits for all build jobs
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v4
-
name
:
Set up Python
uses
:
actions/setup-python@v4
with
:
python-version
:
'
3.x'
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install requests
-
name
:
Download build metrics
uses
:
actions/download-artifact@v4
with
:
pattern
:
build-metrics-*
path
:
build-metrics/
merge-multiple
:
true
continue-on-error
:
true
# Don't fail if artifacts don't exist
-
name
:
Download test results
uses
:
actions/download-artifact@v4
with
:
pattern
:
test-results-*
path
:
test-results/
merge-multiple
:
true
continue-on-error
:
true
# Don't fail if artifacts don't exist
-
name
:
Upload Complete Workflow Metrics
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
WORKFLOW_INDEX
:
${{ secrets.WORKFLOW_INDEX }}
JOB_INDEX
:
${{ secrets.JOB_INDEX }}
STEPS_INDEX
:
${{ secrets.STEPS_INDEX }}
# Container and test index configuration
CONTAINER_INDEX
:
${{ secrets.CONTAINER_INDEX }}
TEST_INDEX
:
${{ secrets.TEST_INDEX }}
run
:
|
# Upload complete workflow metrics including container metrics
python3 .github/workflows/upload_complete_workflow_metrics.py
deploy-operator
:
runs-on
:
cpu-amd-m5-2xlarge
# TODO: Uncomment this when we have a way to test the deploy-operator job in CI.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment