feat/81 - add CI/CD pipeline to run integration test with CleverSwarm-lite app available in cleverswarm/integration-demo repo #98

Merged
stanislav.hejny merged 159 commits from feat/81 into develop 2025-11-06 16:39:10 +00:00
No description provided.
feat/#81: Try to execute integration test within CI/CD pipeline
Some checks failed
/ run-integration-tests (push) Failing after 3m33s
bfeafb253e
feat/#83 - add cleverswarm dependency and extra debug statements
Some checks failed
/ run-integration-tests (push) Failing after 3m13s
4e801b4728
feat/#83 - fix the s3 download
Some checks failed
/ run-integration-tests (push) Failing after 4m4s
c1749899a9
feat/#83 - fix the input parsing for dictionary input
Some checks failed
/ run-integration-tests (push) Failing after 5m50s
23ab3ee0c1
feat/#83 - fix the replica count read command
Some checks failed
/ run-integration-tests (push) Failing after 5m47s
3957a741ea
Wait keda to ready before deploying clevermicro
Some checks failed
/ run-integration-tests (push) Failing after 9m52s
977bc5ac0d
Add `--wait` flag to helm install command when installing keda, this ensures the keda is ready for the scaling test.

feat/#83 - add KEDA sclaingObj

feat/#83 - add KEDA scalingObj and apply

fix: add swarm task id and service id for otdemo deployment

feat/#83 - add extra log prints

feat/#83 - add extra log prints

feat/#83 - add extra log prints

feat/#83 - add extra log prints

feat/#83 - add extra log prints 2

feat/#83 - synchronize docker image

feat/#83 - synchronize docker image 2

feat/#83 - synchronize docker image 3

feat/#83: add extra wait for scale down, don't print all logs

fix: add curl to update consul setting for testing the scaling down

feat/#83: logs on cleanup, reduce the interval otdemo sends backpressure notifications

feat/#83: remove the temp failure override for the scaling test

feat/#83: remove the temp failure override for the scaling test

feat/#83: update scaling test script

feat/#83: update scaling test script 2

feat/#83: diagnostic print of frontend log after test failsp

feat/#83: diagnostic print of frontend log after test fails 2

feat/#83: fix the 'cannot schedule new futures after shutdown' error

feat/#83: parametrize docker tag to ensure latest build is used

feat/#83: fix typo in the action script

feat/#83: fix the FastAPI and AMQ adapter to work together

feat/#83: remove unnecessary pod restart from action script

feat/#83: extend the scaling test duration attempting to capture  more replicas being created

feat/#83: print Prometheus metrics that triggers scaling

feat/#83: comment and cleanup scripts
ci: merge pipelines into one main pipeline
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ coverage-check (push) Failing after 44s
/ run-integration-tests (push) Has been skipped
/ publish-python-library (push) Has been skipped
57eb5ac6c1
ci: lower coverage rate requirement to 80 so I can debug the rest of the pipeline
Some checks failed
/ coverage-check (push) Successful in 49s
/ build-and-push-otdemo-images (push) Successful in 1m8s
/ run-integration-tests (push) Failing after 6m32s
/ publish-python-library (push) Failing after 0s
3c8ef2a793
ci: make endpoint test fail the pipeline, increase scaling test waiting time
Some checks failed
/ coverage-check (push) Successful in 45s
/ build-and-push-otdemo-images (push) Successful in 1m5s
/ run-integration-tests (push) Failing after 21m28s
/ publish-python-library (push) Has been skipped
af0d25ad45
ci: add a bit waiting for the scaling test
Some checks failed
/ run-integration-tests (push) Failing after 6m31s
/ coverage-check (push) Successful in 46s
/ build-and-push-otdemo-images (push) Successful in 1m6s
/ publish-python-library (push) Failing after 0s
3273ba6a94
ci: debug /health endpoint
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 1m3s
/ run-integration-tests (push) Failing after 5m56s
/ publish-python-library (push) Failing after 0s
/ coverage-check (push) Successful in 45s
2564723764
ci: add warm up before integration test
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 1m5s
/ coverage-check (push) Successful in 42s
/ run-integration-tests (push) Successful in 11m35s
/ publish-python-library (push) Has been skipped
33e55a80d7
ci: build one otdemo image and use that for live testing
Some checks failed
/ coverage-check (push) Successful in 42s
/ build-and-push-otdemo-images (push) Successful in 38s
/ publish-python-library (push) Has been cancelled
/ run-integration-tests (push) Has been cancelled
7f3f6b35c7
ci: match the docker image tag between build and testing step
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 38s
/ coverage-check (push) Successful in 42s
/ run-integration-tests (push) Failing after 7m29s
/ publish-python-library (push) Has been skipped
8289b9b4fa
ci: change scaling script to use loose condition when waiting for scale down
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 39s
/ run-integration-tests (push) Successful in 11m15s
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 45s
77637fbadc
ci: reduce the OTDemo app CPU limit and request to allow pod placement
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 12s
/ coverage-check (push) Successful in 44s
/ run-integration-tests (push) Successful in 8m20s
/ publish-python-library (push) Has been skipped
10483008c5
ci: use shared action for deploying clevermicro
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 40s
/ coverage-check (push) Successful in 43s
/ run-integration-tests (push) Successful in 8m22s
/ publish-python-library (push) Has been skipped
83ac5ac467
ci: make otdemo integration test a shared action
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 40s
/ publish-python-library (push) Blocked by required conditions
/ coverage-check (push) Successful in 48s
/ run-integration-tests (push) Has been cancelled
d971d3f3a6
ci: remove unnecessary scripts
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 39s
/ run-integration-tests (push) Successful in 6m26s
/ coverage-check (push) Successful in 43s
/ publish-python-library (push) Has been skipped
ed5d6cafe0
ci: use minio as s3 replacement
All checks were successful
/ coverage-check (push) Successful in 46s
/ build-and-push-otdemo-images (push) Successful in 55s
/ run-integration-tests (push) Successful in 6m37s
/ publish-python-library (push) Has been skipped
0adffb9b69
feat/#83: add NodePort to expose Prometheus API endpoint
All checks were successful
/ coverage-check (push) Successful in 46s
/ build-and-push-otdemo-images (push) Successful in 39s
/ run-integration-tests (push) Successful in 8m28s
/ publish-python-library (push) Has been skipped
8398568ac2
ci: remove setup python cache
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 40s
/ run-integration-tests (push) Successful in 6m40s
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 45s
4e1c34d7c6
ci: switched to the shared action
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 40s
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 49s
/ run-integration-tests (push) Successful in 7m15s
09ce3f9c5b
Add test cases for S3 handler, there's still few failures
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Failing after 47s
/ run-integration-tests (push) Has been skipped
b459c9ed42
Merge remote-tracking branch 'origin/feat/81-shared-actions' into feat/81
Some checks failed
/ coverage-check (push) Failing after 46s
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Has been skipped
/ publish-python-library (push) Has been skipped
4411e90755
feat/#83: fix failing tests
Some checks failed
/ coverage-check (push) Failing after 41s
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Has been skipped
/ publish-python-library (push) Has been skipped
b0ed17b6ea
feat/#83: fix failing tests 2
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 40s
/ coverage-check (push) Successful in 46s
/ run-integration-tests (push) Successful in 7m50s
/ publish-python-library (push) Has been skipped
48d0a53895
ci: test the python setup for CSwarm - 1
Some checks failed
/ build-and-push-otdemo-images (push) Failing after 0s
/ run-integration-tests (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 44s
350156ad52
ci: test the python setup for CSwarm - 2
All checks were successful
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Has been skipped
/ coverage-check (push) Successful in 45s
/ publish-python-library (push) Has been skipped
396c9af2ba
ci: test the python setup for CSwarm - 2
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 5m33s
/ publish-python-library (push) Failing after 1s
/ coverage-check (push) Successful in 48s
0a8347f1ca
ci: test the python setup for CSwarm - 3
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Has been cancelled
/ publish-python-library (push) Has been cancelled
/ coverage-check (push) Successful in 50s
282e7a489a
ci: fix typo in setup for CSwarm - 4
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 5m40s
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 48s
12f34f7f03
ci: add Docker login in setup for CSwarm - 5
Some checks failed
/ run-integration-tests (push) Failing after 4m49s
/ build-and-push-otdemo-images (push) Has been skipped
/ coverage-check (push) Successful in 46s
/ publish-python-library (push) Failing after 0s
f38b2dab42
ci: add registry inputs
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 6m8s
/ coverage-check (push) Successful in 47s
/ publish-python-library (push) Failing after 0s
58eb26a3d9
fix: use default namespace
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 3m42s
/ coverage-check (push) Successful in 48s
/ publish-python-library (push) Has been skipped
c5c445eb5e
fix: use default namespace
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 6m12s
/ coverage-check (push) Successful in 46s
/ publish-python-library (push) Has been skipped
5841f7e941
ci: rename the image to see if this helps issue with downloading
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 5m11s
/ publish-python-library (push) Failing after 0s
/ coverage-check (push) Successful in 49s
6feeb64af8
# Conflicts:
#	.forgejo/workflows/main.yaml
feat/#83: use the CleverSwarm tests for endpoint testing, add KEDA for frontend scaling as well
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 5m34s
/ publish-python-library (push) Failing after 0s
/ coverage-check (push) Successful in 49s
fcfb6218e1
feat/#83: debug address http://localhost:30080/cleverswarm/api/v0/login not reachable, take 1
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 5m34s
/ publish-python-library (push) Failing after 0s
/ coverage-check (push) Successful in 43s
6b2c4218b2
feat/#83: debug address http://localhost:30080/cleverswarm/api/v0/login not reachable, take 2
Some checks failed
/ coverage-check (push) Successful in 52s
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 5m15s
/ publish-python-library (push) Has been skipped
929ecd30e8
feat/#83: debug address http://localhost:30080/cleverswarm/api/v0/login not reachable, take 3
Some checks failed
/ coverage-check (push) Successful in 46s
/ build-and-push-otdemo-images (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ run-integration-tests (push) Failing after 5m35s
1367410672
ci: add imagePullSecrets to cleverswarm frontend and backend deployment manifests
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Failing after 6m39s
/ coverage-check (push) Successful in 48s
/ publish-python-library (push) Has been skipped
d03a000a45
ci: fix namespace for otdemo test
All checks were successful
/ coverage-check (push) Successful in 42s
/ run-integration-tests (push) Successful in 6m57s
/ build-and-push-otdemo-images (push) Successful in 41s
/ publish-python-library (push) Has been skipped
669c145019
fix: update otdemo docker entrypoint to forward SIGTERM
All checks were successful
/ coverage-check (push) Successful in 46s
/ run-integration-tests (push) Successful in 6m37s
/ build-and-push-otdemo-images (push) Successful in 41s
/ publish-python-library (push) Has been skipped
010acae711
ci: disable otdemo test
Some checks failed
/ coverage-check (push) Successful in 48s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 13s
/ publish-python-library (push) Has been skipped
8a9b08f709
feat/#83: Add more debug to action, modify local env to match the new shared actions after refactoring
Some checks failed
/ coverage-check (push) Successful in 43s
/ build-and-push-otdemo-images (push) Successful in 4s
/ run-integration-tests (push) Failing after 5m18s
/ publish-python-library (push) Has been skipped
af08967a25
fix: use default namespace
Some checks failed
/ run-integration-tests (push) Failing after 5m4s
/ coverage-check (push) Successful in 47s
/ build-and-push-otdemo-images (push) Successful in 2s
/ publish-python-library (push) Has been skipped
4750466880
feat/#83: Add 2min sleep before test start to give time integration-demo app to start
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 2s
/ run-integration-tests (push) Failing after 7m25s
/ coverage-check (push) Successful in 49s
/ publish-python-library (push) Has been skipped
cdf29bd303
feat/#83: use newest integration-demo image with updated rabbitmq URL
Some checks failed
/ coverage-check (push) Successful in 47s
/ run-integration-tests (push) Failing after 7m11s
/ build-and-push-otdemo-images (push) Successful in 3s
/ publish-python-library (push) Has been skipped
224f2c9abb
feat/#83: make adapter use RABBITMQ_URL env variable, modify pipline to allow wheel publish from this branch
Some checks failed
/ should-publish (push) Failing after 2s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 7m16s
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 48s
e0fd7e96a9
feat/#83: make adapter use RABBITMQ_URL env variable, modify pipline to allow wheel publish from this branch, take 2
Some checks failed
/ should-publish (push) Failing after 3s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 7m30s
/ coverage-check (push) Successful in 48s
/ publish-python-library (push) Has been skipped
7c63ea64ba
feat/#83: make adapter use RABBITMQ_URL env variable, modify pipline to allow wheel publish from this branch, take 3
Some checks failed
/ should-publish (push) Successful in 6s
/ run-integration-tests (push) Failing after 6m59s
/ build-and-push-otdemo-images (push) Successful in 2s
/ publish-python-library (push) Successful in 46s
/ coverage-check (push) Successful in 44s
a31a2b054e
feat/#83: Use the latest image for CleverSwarm integration-demo that should fix RabbitMQ connection problem
Some checks failed
/ coverage-check (push) Successful in 47s
/ build-and-push-otdemo-images (push) Successful in 2s
/ run-integration-tests (push) Failing after 7m1s
/ should-publish (push) Successful in 3s
/ publish-python-library (push) Failing after 51s
ce5cc45a57
feat/#83: add env var, use latest integration-demo image
Some checks failed
/ coverage-check (push) Successful in 49s
/ should-publish (push) Successful in 4s
/ run-integration-tests (push) Failing after 7m25s
/ publish-python-library (push) Failing after 45s
/ build-and-push-otdemo-images (push) Successful in 3s
92cfff7488
feat/#83: add env var, take 2
Some checks failed
/ coverage-check (push) Successful in 50s
/ build-and-push-otdemo-images (push) Successful in 2s
/ should-publish (push) Successful in 4s
/ run-integration-tests (push) Failing after 7m3s
/ publish-python-library (push) Failing after 48s
c8ae9c79c9
feat/#83: add RabbitMQ stats printout, take 1
Some checks failed
/ run-integration-tests (push) Failing after 7m12s
/ should-publish (push) Successful in 4s
/ build-and-push-otdemo-images (push) Successful in 2s
/ coverage-check (push) Successful in 48s
/ publish-python-library (push) Failing after 49s
01346c532a
feat/#83: add RabbitMQ stats printout, take 2
Some checks failed
/ should-publish (push) Successful in 3s
/ coverage-check (push) Successful in 42s
/ build-and-push-otdemo-images (push) Successful in 3s
/ publish-python-library (push) Failing after 49s
/ run-integration-tests (push) Failing after 7m12s
2ee5e5c28b
feat/#83: add RabbitMQ UI NodePort forwarding, take 1
Some checks failed
/ should-publish (push) Successful in 5s
/ coverage-check (push) Successful in 50s
/ publish-python-library (push) Failing after 45s
/ build-and-push-otdemo-images (push) Successful in 2s
/ run-integration-tests (push) Failing after 4m43s
8a7fd1451e
feat/#83: add RabbitMQ UI NodePort forwarding, take 2
Some checks failed
/ should-publish (push) Successful in 4s
/ build-and-push-otdemo-images (push) Successful in 2s
/ run-integration-tests (push) Failing after 4m3s
/ coverage-check (push) Successful in 48s
/ publish-python-library (push) Failing after 46s
b29485a81a
feat/#83: add RabbitMQ UI NodePort forwarding, take 3
Some checks failed
/ should-publish (push) Successful in 4s
/ coverage-check (push) Successful in 42s
/ build-and-push-otdemo-images (push) Successful in 3s
/ publish-python-library (push) Failing after 47s
/ run-integration-tests (push) Failing after 7m9s
d0bc9bf3b7
feat/#83: print RabbitMQ stats, take 1
Some checks failed
/ should-publish (push) Successful in 5s
/ coverage-check (push) Successful in 50s
/ build-and-push-otdemo-images (push) Successful in 2s
/ run-integration-tests (push) Failing after 7m20s
/ publish-python-library (push) Failing after 47s
b89e3d610a
feat/#83: Add extra debug to identify the config file source
Some checks failed
/ should-publish (push) Successful in 4s
/ coverage-check (push) Successful in 49s
/ publish-python-library (push) Failing after 44s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 7m19s
390ddddc8f
feat/#83: Add extra debug to identify the config file source
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ run-integration-tests (push) Failing after 7m23s
/ coverage-check (push) Successful in 50s
/ publish-python-library (push) Successful in 46s
16c405217e
feat/#83: Use int-demo img with latest: Add extra debug to identify the config file source
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 2s
/ coverage-check (push) Successful in 43s
/ run-integration-tests (push) Failing after 7m27s
/ publish-python-library (push) Failing after 46s
e3ec3f1a45
feat/#83: add printout of properties
Some checks failed
/ should-publish (push) Successful in 4s
/ build-and-push-otdemo-images (push) Successful in 2s
/ coverage-check (push) Successful in 46s
/ publish-python-library (push) Successful in 47s
/ run-integration-tests (push) Failing after 7m27s
7fbad3b246
feat/#83: add dump of properties file
Some checks failed
/ should-publish (push) Successful in 4s
/ coverage-check (push) Successful in 49s
/ publish-python-library (push) Successful in 45s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 7m26s
8f03c328d9
feat/#83: config changes to work around performance and past errors in setup
Some checks failed
/ run-integration-tests (push) Failing after 3h0m0s
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ coverage-check (push) Successful in 51s
/ publish-python-library (push) Successful in 49s
9c53edd8e5
feat/#83: Add MinIO support, make scaling test run before endpoint compatibility test
Some checks are pending
/ should-publish (push) Waiting to run
/ coverage-check (push) Waiting to run
/ build-and-push-otdemo-images (push) Blocked by required conditions
/ run-integration-tests (push) Blocked by required conditions
/ publish-python-library (push) Blocked by required conditions
4c0cc0d1da
feat/#83: fix empty string conversion
Some checks failed
/ coverage-check (push) Successful in 1m27s
/ should-publish (push) Successful in 8s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 6m48s
/ publish-python-library (push) Successful in 53s
6f3387cba5
feat/#83: Use the latest integration-demo image with AMQ Adapter Lib v0.2.56
Some checks failed
/ should-publish (push) Successful in 5s
/ publish-python-library (push) Failing after 51s
/ coverage-check (push) Successful in 1m27s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 5m51s
e965d796fa
feat/#83: Use the latest integration-demo image with AMQ Adapter Lib v0.2.56 and minio module installed
Some checks failed
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Failing after 46s
/ coverage-check (push) Successful in 44s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 5m37s
ee8610196e
feat/#83: Fix the MinIO endpoint to remove redundant protocol spec
Some checks failed
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Failing after 45s
/ coverage-check (push) Successful in 46s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 5m34s
8b14b9b425
ci: copy test file to correct forlder
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 5m25s
/ should-publish (push) Successful in 5s
/ coverage-check (push) Successful in 48s
/ publish-python-library (push) Failing after 49s
20aedb9b46
refactor: ci
Some checks failed
/ run-unit-tests (push) Successful in 48s
/ build-and-push-otdemo (push) Failing after 1s
/ run-integration-tests-cleverswarm (push) Failing after 1s
/ should-publish (push) Successful in 6s
/ run-integration-tests-otdemo (push) Failing after 0s
/ publish-python-library (push) Failing after 4s
290367c56f
feat/#83: Fix the wrong label in scaling test
Some checks failed
/ should-publish (push) Successful in 8s
/ run-integration-tests (push) Failing after 15m59s
/ publish-python-library (push) Failing after 44s
/ coverage-check (push) Successful in 44s
/ build-and-push-otdemo-images (push) Successful in 3s
4999f9a8cf
feat/#83: Fix the wrong label in scaling test, take 2
Some checks failed
/ should-publish (push) Successful in 5s
/ publish-python-library (push) Failing after 46s
/ build-and-push-otdemo-images (push) Successful in 4s
/ run-integration-tests (push) Failing after 15m22s
/ coverage-check (push) Successful in 43s
7ee61e67df
feat/#83: Add pydantic type instantiation
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Has been skipped
/ coverage-check (push) Failing after 45s
/ publish-python-library (push) Failing after 45s
5a6261a8c1
feat/#83: Add pydantic type instantiation, fix unit test
Some checks failed
/ build-and-push-otdemo-images (push) Has been skipped
/ should-publish (push) Successful in 5s
/ coverage-check (push) Failing after 47s
/ run-integration-tests (push) Has been skipped
/ publish-python-library (push) Failing after 40s
d27bdd20cf
feat/#83: Add pydantic type instantiation, fix unit test
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Has been cancelled
/ publish-python-library (push) Successful in 46s
/ coverage-check (push) Successful in 49s
0871710898
feat/#83: Use integartion-demo img with pydantic type instantiation
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 16m46s
/ publish-python-library (push) Failing after 48s
/ coverage-check (push) Successful in 47s
5feadcb5a4
feat/#83: Use env variable to configure LOAD_AS_BACKPRESSURE feature
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ coverage-check (push) Successful in 51s
/ publish-python-library (push) Successful in 48s
/ run-integration-tests (push) Has been cancelled
e9655e0d77
feat/#83: Use env variable to configure LOAD_AS_BACKPRESSURE feature, build
Some checks failed
/ should-publish (push) Successful in 5s
/ publish-python-library (push) Failing after 45s
/ coverage-check (push) Successful in 46s
/ build-and-push-otdemo-images (push) Successful in 4s
/ run-integration-tests (push) Failing after 17m5s
bec254bb40
feat/#83: fix KEDA HPA's references
Some checks failed
/ coverage-check (push) Successful in 51s
/ should-publish (push) Successful in 4s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 16m46s
/ publish-python-library (push) Failing after 48s
b588f4d899
fix: keda prometheus endpoint url
Some checks failed
/ should-publish (push) Successful in 5s
/ run-integration-tests (push) Failing after 16m32s
/ coverage-check (push) Successful in 49s
/ publish-python-library (push) Failing after 45s
/ build-and-push-otdemo-images (push) Successful in 3s
76cb2cae70
keda is running in namespace `keda`, while others are running in the default namespace, thus the full url is required for keda to access prometheus.
feat/#83: Provide SWARM_SERVICE_ID env variable with setting matching the KEDA reference
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Has been skipped
/ coverage-check (push) Failing after 38s
/ publish-python-library (push) Failing after 38s
65dc7eeba7
feat/#83: Provide SWARM_SERVICE_ID env variable with setting matching the KEDA reference, fix compile error
Some checks failed
/ should-publish (push) Successful in 4s
/ run-integration-tests (push) Failing after 10m43s
/ coverage-check (push) Successful in 51s
/ publish-python-library (push) Successful in 45s
/ build-and-push-otdemo-images (push) Successful in 3s
5727309e06
feat/#83: Do not throw exception when pydantic type can't be instantiated, return None instead
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Has been skipped
/ run-integration-tests (push) Has been skipped
/ coverage-check (push) Failing after 45s
/ publish-python-library (push) Failing after 44s
dd302ecdd6
feat/#83: Do not throw exception when pydantic type can't be instantiated, return None instead
Some checks failed
/ coverage-check (push) Failing after 48s
/ should-publish (push) Successful in 4s
/ build-and-push-otdemo-images (push) Has been skipped
/ publish-python-library (push) Successful in 45s
/ run-integration-tests (push) Has been skipped
4da0987609
feat/#83: use latest library and image
Some checks failed
/ should-publish (push) Successful in 4s
/ run-integration-tests (push) Failing after 11m42s
/ coverage-check (push) Successful in 49s
/ publish-python-library (push) Failing after 48s
/ build-and-push-otdemo-images (push) Successful in 3s
dbda039473
feat/#83: use latest library and image 2
Some checks failed
/ should-publish (push) Successful in 5s
/ coverage-check (push) Successful in 52s
/ publish-python-library (push) Failing after 45s
/ run-integration-tests (push) Failing after 3h0m0s
/ build-and-push-otdemo-images (push) Successful in 3s
a95891fb08
ci: rename otdemo test to internal integration test
Some checks failed
/ coverage-check (push) Successful in 49s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 4m1s
/ publish-python-library (push) Has been skipped
f8f3f56816
ci: update scaling test script
All checks were successful
/ coverage-check (push) Successful in 48s
/ build-and-push-otdemo-images (push) Successful in 56s
/ run-integration-tests (push) Successful in 10m20s
/ publish-python-library (push) Has been skipped
42d9eb48c3
feat/#83: create a static version of backpressure reporter API
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ publish-python-library (push) Successful in 48s
/ run-integration-tests (push) Failing after 12s
/ coverage-check (push) Successful in 50s
04fb04d7a5
feat/#83: use latest library, synch config data
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ publish-python-library (push) Failing after 49s
/ run-integration-tests (push) Failing after 10m51s
/ coverage-check (push) Successful in 49s
beb0def7ef
ci: add with s3 variant and update scaling test
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 42s
/ coverage-check (push) Successful in 47s
/ run-integration-tests (push) Failing after 18m20s
/ publish-python-library (push) Has been skipped
fd71a1d10e
ci: add test streaming script
Some checks failed
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 48s
/ build-and-push-otdemo-images (push) Successful in 42s
/ run-integration-tests (push) Failing after 13m50s
3d26a8cc1e
ci: remove resource limit for demo service
Some checks failed
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 48s
/ build-and-push-otdemo-images (push) Successful in 43s
/ run-integration-tests (push) Failing after 11s
945d0e0165
debug: kind cluster setup error
Some checks failed
/ coverage-check (push) Successful in 48s
/ build-and-push-otdemo-images (push) Successful in 43s
/ run-integration-tests (push) Failing after 8m38s
/ publish-python-library (push) Has been skipped
d10adace7d
ci: add debug log output
All checks were successful
/ coverage-check (push) Successful in 47s
/ build-and-push-otdemo-images (push) Successful in 42s
/ run-integration-tests (push) Successful in 10m0s
/ publish-python-library (push) Has been skipped
c910f78b90
ci: add http endpoint test script
Some checks failed
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Successful in 44s
/ build-and-push-otdemo-images (push) Successful in 42s
/ run-integration-tests (push) Failing after 12m57s
5b2af66a32
ci: remove minio and use s3 to save some resources
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 41s
/ coverage-check (push) Successful in 48s
/ run-integration-tests (push) Failing after 11m36s
/ publish-python-library (push) Has been skipped
3b2906ea94
also free up more resources by removing services that we don't need
feat/#83: use latest integration-demo, switch to use S3 again instead of MinIO
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ publish-python-library (push) Failing after 49s
/ coverage-check (push) Successful in 46s
/ run-integration-tests (push) Failing after 6m14s
9c65125309
feat/#83: use latest integration-demo, switch to use S3 again instead of MinIO,take 2
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Failing after 6m17s
/ coverage-check (push) Successful in 47s
/ publish-python-library (push) Failing after 49s
58857afc50
feat/#83: use latest integration-demo, switch to use S3 again instead of MinIO,take 3
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 4s
/ run-integration-tests (push) Failing after 7m43s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Failing after 44s
/ coverage-check (push) Successful in 45s
fd2bf2ecd0
ci: update amq adapter version
Some checks failed
/ build-and-push-otdemo-images (push) Successful in 42s
/ coverage-check (push) Successful in 48s
/ run-integration-tests (push) Failing after 11m45s
/ publish-python-library (push) Has been skipped
f83984cae3
feat/#93: fix bug where REMOVE_ROUTE event on scaling down invalidates routes to all replicas
Some checks failed
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ coverage-check (push) Failing after 46s
/ run-integration-tests (push) Has been skipped
0d390876a0
feat/#93: fix failing tests after refactor
Some checks failed
/ should-publish (push) Successful in 4s
/ build-and-push-otdemo-images (push) Successful in 3s
/ coverage-check (push) Successful in 47s
/ run-integration-tests (push) Failing after 11m37s
/ publish-python-library (push) Has been skipped
4681cd287f
feat/#93: do not run integration test when I need to build a wheel file
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 4s
/ should-publish (push) Successful in 4s
/ coverage-check (push) Successful in 47s
/ publish-python-library (push) Has been skipped
/ run-integration-tests (push) Has been skipped
0a58726825
feat/#93: do not run integration test when I need to build a wheel file
All checks were successful
/ should-publish (push) Successful in 4s
/ build-and-push-otdemo-images (push) Successful in 3s
/ coverage-check (push) Successful in 47s
/ publish-python-library (push) Has been skipped
/ run-integration-tests (push) Has been skipped
e903ade5ad
feat/#93: do not run integration test when I need to build a wheel file, fix build condition
All checks were successful
/ should-publish (push) Successful in 5s
/ coverage-check (push) Successful in 47s
/ build-and-push-otdemo-images (push) Successful in 3s
/ run-integration-tests (push) Has been skipped
/ publish-python-library (push) Has been skipped
5c310c1573
feat/#93: do not run integration test when I need to build a wheel file, fix build condition
All checks were successful
/ build-and-push-otdemo-images (push) Successful in 3s
/ should-publish (push) Successful in 5s
/ coverage-check (push) Successful in 47s
/ publish-python-library (push) Has been skipped
/ run-integration-tests (push) Has been skipped
f74f0fbf63
feat/#93: do not run integration test when I need to build a wheel file, fix build condition
All checks were successful
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo-images (push) Successful in 3s
/ coverage-check (push) Successful in 49s
/ publish-python-library (push) Successful in 46s
/ run-integration-tests (push) Has been skipped
46e80988ac
feat/#93: do not run integration test when I need to build a wheel file, fix build condition
Some checks failed
/ should-publish (push) Successful in 4s
/ coverage-check (push) Successful in 48s
/ run-integration-tests (push) Has been skipped
/ build-and-push-otdemo-images (push) Successful in 3s
/ publish-python-library (push) Failing after 45s
7b8b443222
feat/#83: use the amq-router that fixes 503 error
Some checks failed
/ should-publish (push) Successful in 5s
/ run-integration-tests (push) Has been cancelled
/ publish-python-library (push) Has been cancelled
/ coverage-check (push) Successful in 49s
/ build-and-push-otdemo-images (push) Successful in 4s
cd53c04113
Merge branch 'feat/81' into feat/93
Some checks failed
/ run-integration-tests (push) Has been skipped
/ publish-python-library (push) Failing after 47s
/ should-publish (push) Successful in 4s
/ coverage-check (push) Successful in 42s
/ build-and-push-otdemo-images (push) Successful in 3s
5f67332672
Merge pull request 'feat/93' (#94) from feat/93 into feat/81
Some checks failed
/ publish-python-library (push) Failing after 47s
/ run-integration-tests (push) Failing after 12m13s
/ build-and-push-otdemo-images (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ coverage-check (push) Successful in 45s
0e2651915d
Reviewed-on: #94
refactor: ci
Some checks failed
/ run-unit-tests (push) Successful in 48s
/ should-publish (push) Successful in 5s
/ build-and-push-otdemo (push) Failing after 0s
/ run-integration-tests-cleverswarm (push) Failing after 1s
/ publish-python-library (push) Failing after 4s
/ run-integration-tests-otdemo (push) Failing after 1s
fb9abe1ace
# Conflicts:
#	.forgejo/actions/integration-test-with-otdemo/action.yaml
#	.forgejo/workflows/main.yaml
ci: refactor
Some checks failed
/ run-integration-tests-cleverswarm (push) Failing after 53s
/ should-publish (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ run-unit-tests (push) Successful in 4s
6dd98adaac
ci: increase wait time for cleverswarm startup
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 54s
/ publish-python-library (push) Has been skipped
f091e46e85
ci: describe the correct scaler
Some checks failed
/ publish-python-library (push) Has been skipped
/ should-publish (push) Has been skipped
/ run-unit-tests (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Failing after 54s
7eff16081c
Merge branch 'feat/81-fixes' into feat/81
Some checks failed
/ should-publish (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ run-unit-tests (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Failing after 5m8s
259b8b3dde
# Conflicts:
#	.forgejo/actions/integration-test-with-cleverswarm/cleverswarm-backend-deployment.yaml
#	.forgejo/actions/integration-test-with-cleverswarm/cleverswarm-frontend-deployment.yaml
#	.forgejo/actions/integration-test-with-cleverswarm/keda-cleverswarm-backend-scaling.yaml
#	.forgejo/actions/integration-test-with-cleverswarm/keda-cleverswarm-frontend-scaling.yaml
#	.forgejo/actions/integration-test-with-otdemo/keda-otdemo-backend-scaling.yaml
#	.forgejo/actions/integration-test-with-otdemo/otdemo-backend-deployment.yaml
#	.forgejo/actions/integration-test-with-otdemo/otdemo-backend-service.yaml
#	.forgejo/actions/integration-test-with-otdemo/otdemo-frontend-deployment.yaml
#	.forgejo/actions/integration-test-with-otdemo/otdemo-frontend-service.yaml
#	.forgejo/actions/integration-test-with-otdemo/test_scaling.py
#	.forgejo/actions/integration-tests/cleverswarm/action.yaml
#	.forgejo/actions/integration-tests/cleverswarm/test_scaling.py
#	.forgejo/actions/integration-tests/otdemo/k8s-prometheus-forward.yaml
#	.forgejo/actions/integration-tests/otdemo/keda-otdemo-backend-scaling.yaml
#	.forgejo/actions/integration-tests/otdemo/otdemo-backend-deployment.yaml
#	.forgejo/actions/integration-tests/otdemo/otdemo-backend-service.yaml
#	.forgejo/actions/integration-tests/otdemo/otdemo-frontend-deployment.yaml
#	.forgejo/actions/integration-tests/otdemo/otdemo-frontend-service.yaml
#	.forgejo/actions/integration-tests/otdemo/test_demo_endpoints.py
#	.forgejo/actions/integration-tests/otdemo/test_scaling.py
#	.forgejo/actions/internal-intergration-test-with-demo-apps/keda-otdemo-backend-scaling.yaml
#	.forgejo/actions/internal-intergration-test-with-demo-apps/otdemo-backend-deployment.yaml
#	.forgejo/actions/internal-intergration-test-with-demo-apps/otdemo-backend-service.yaml
#	.forgejo/actions/internal-intergration-test-with-demo-apps/otdemo-frontend-deployment.yaml
#	.forgejo/actions/internal-intergration-test-with-demo-apps/otdemo-frontend-service.yaml
#	.forgejo/actions/publish-python-library/action.yaml
#	.forgejo/actions/unit-tests/action.yaml
#	.forgejo/workflows/main.yaml
#	.gitignore
#	amqp/adapter/consul_global_id_generator.py
#	amqp/config/amq_configuration.py
#	pyproject.toml
feat/#83: update image versions
Some checks failed
/ publish-python-library (push) Has been skipped
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 4m55s
c164cbfc3a
feat/#83: correct path tp ScaledObject manifest
Some checks failed
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 8m39s
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Has been skipped
a05edd0da9
feat/#83: Attempt to fix "Insufficient storage error" on the target pod
Some checks failed
/ should-publish (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ run-unit-tests (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Failing after 8m42s
c57fea4cf3
feat/#83: Attempt to fix "Insufficient storage error" on the target pod, take 2
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 8m52s
9e26d5a455
feat/#83: Attempt to fix "Insufficient storage error" on the target pod, take 3
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Failing after 8m20s
/ should-publish (push) Has been skipped
/ publish-python-library (push) Has been skipped
8f4edfa0e7
feat/#83: Attempt to fix "Insufficient storage error" on the target pod, take 4
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Failing after 6m58s
/ should-publish (push) Has been skipped
/ publish-python-library (push) Has been skipped
fbb8672919
feat/#83: Fix typo causng file not being found
Some checks failed
/ should-publish (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ run-unit-tests (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Failing after 7m25s
bbdc265bd6
feat/#83: warm up path before running tests
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Has been skipped
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 7m12s
88d736adc6
feat/#83: build amq 0.2.65
Some checks failed
/ should-publish (push) Has been cancelled
/ run-unit-tests (push) Successful in 3s
/ publish-python-library (push) Has been cancelled
/ run-integration-tests-cleverswarm (push) Has been cancelled
8ac4b5eac0
feat/#83: build amq 0.2.65
Some checks failed
/ should-publish (push) Successful in 4s
/ run-unit-tests (push) Successful in 3s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Has been cancelled
efa2066045
feat/#83: build amq 0.2.65
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Failing after 3s
/ run-integration-tests-cleverswarm (push) Failing after 7m22s
06b0710cd6
feat/#83: attempt fixing build yaml error to build amq 0.2.65, take 1
Some checks failed
/ should-publish (push) Successful in 4s
/ run-unit-tests (push) Successful in 4s
/ publish-python-library (push) Successful in 36s
/ run-integration-tests-cleverswarm (push) Failing after 7m15s
6bce12b911
feat/#83: use image with amq 0.2.65 and extra debug, take 1
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ publish-python-library (push) Failing after 37s
/ should-publish (push) Successful in 4s
/ run-integration-tests-cleverswarm (push) Failing after 7m13s
f9e73b64b6
feat/#83: build amq 0.2.66 and extra debug, take 1
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Successful in 36s
/ run-integration-tests-cleverswarm (push) Has been cancelled
3fd0f10fc3
feat/#83: use demo image with amq 0.2.66 and extra debug, take 1
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Failing after 38s
/ run-integration-tests-cleverswarm (push) Failing after 6m48s
bf7aee42a4
feat/#83: use demo image with amq 0.2.66 and /tmp as job storage
Some checks failed
/ publish-python-library (push) Failing after 35s
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 5s
/ run-integration-tests-cleverswarm (push) Failing after 7m28s
362a888d19
Merge pull request 'feat/81b merge the fixes to pipeline back to feature branch' (#96) from feat/81b into feat/81
Some checks failed
/ should-publish (push) Successful in 4s
/ run-unit-tests (push) Successful in 3s
/ publish-python-library (push) Failing after 39s
/ run-integration-tests-cleverswarm (push) Failing after 7m41s
676ed2f71c
Reviewed-on: #96
feat/#83: use demo image with BASE_DIR change to /tmp
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ run-integration-tests-cleverswarm (push) Failing after 7m12s
f339cab45b
feat/#83: use demo image with BASE_DIR as base to JOBS_FILE_PATH
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ run-integration-tests-cleverswarm (push) Failing after 7m23s
21af912ac6
feat/#83: use demo image with BASE_DIR as base to JOBS_FILE_PATH
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ run-integration-tests-cleverswarm (push) Failing after 7m54s
69001f72b3
Merge pull request 'feat/81b' (#97) from feat/81b into feat/81
Some checks failed
/ should-publish (push) Successful in 4s
/ run-unit-tests (push) Successful in 4s
/ run-integration-tests-cleverswarm (push) Failing after 7m46s
9c7cf63a9c
Reviewed-on: #97
feat/#83: cleanup obsolete actions, add better loging to find_route() method
All checks were successful
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 5s
/ run-integration-tests-cleverswarm (push) Has been skipped
46b60c6b7e
feat/#83: build/publish amq 0.2.67
All checks were successful
/ run-unit-tests (push) Successful in 3s
/ publish-python-library (push) Successful in 37s
/ should-publish (push) Successful in 4s
/ run-integration-tests-cleverswarm (push) Has been skipped
3c0e249724
feat/#83: build/publish amq 0.2.68
All checks were successful
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Has been skipped
/ publish-python-library (push) Successful in 35s
75bd419ef7
feat/#83: cleanup tool, build/publish amq 0.2.69 with more debug prints
All checks were successful
/ should-publish (push) Successful in 4s
/ run-unit-tests (push) Successful in 3s
/ publish-python-library (push) Successful in 40s
/ run-integration-tests-cleverswarm (push) Has been skipped
fe2b626ebc
feat/#83: fix header serialization, build/publish amq 0.2.70
All checks were successful
/ run-unit-tests (push) Successful in 4s
/ should-publish (push) Successful in 4s
/ run-integration-tests-cleverswarm (push) Has been skipped
/ publish-python-library (push) Successful in 36s
8d1ad87cb5
feat/#83: try the tests with fixed integration-demo and bigger timeouts
Some checks failed
/ should-publish (push) Successful in 4s
/ run-unit-tests (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Has been skipped
/ publish-python-library (push) Failing after 37s
d760e48358
feat/#83: try the tests with fixed integration-demo and bigger timeouts, take 2
Some checks failed
/ should-publish (push) Successful in 4s
/ run-unit-tests (push) Successful in 3s
/ run-integration-tests-cleverswarm (push) Failing after 8m25s
/ publish-python-library (push) Has been skipped
2f5d6dd515
feat/#83: run the endpoint test without replication, take 1
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 5s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Has been cancelled
800c439642
feat/#83: run the endpoint test without replication, take 2
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 5m13s
a81519208d
feat/#83: run the endpoint test without replication, take 3
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 55m29s
2dbb25cb67
feat/#83: run the endpoint test without replication, take 4
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 8m33s
def3571b19
ci: fix secrets name
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 8m18s
cbc9008af4
feat/#83: run the endpoint test without replication, take 5
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ run-integration-tests-cleverswarm (push) Failing after 6m48s
/ publish-python-library (push) Has been skipped
00ea45bcf6
feat/#83: run the endpoint test without replication, take 6
Some checks failed
/ run-unit-tests (push) Successful in 3s
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Failing after 16m38s
f3f89df42d
feat/#83: run the endpoint test without replication, take 7
All checks were successful
/ should-publish (push) Successful in 4s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Successful in 8m46s
/ run-unit-tests (push) Successful in 3s
60358218db
feat/#83: run the endpoint test without replication, add test2 for large files, take 8
All checks were successful
/ should-publish (push) Successful in 4s
/ run-unit-tests (push) Successful in 3s
/ publish-python-library (push) Has been skipped
/ run-integration-tests-cleverswarm (push) Successful in 10m45s
f729a4fd72
stanislav.hejny added this to the V.01 milestone 2025-11-06 16:38:26 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
clevermicro/amq-adapter-python!98
No description provided.