Yaron Kaikov
Yaron Kaikov
Recently due to multiple changes in Scylla our artifact tests keep failing due to Scylla-housekeeping version failure, based on @mykaul request, we shouldn't fail our artifacts for this.
Following the debian:10 EOL, we should add support for Debian:12 instead
Update node_exporter to 1.8.2 Fixes: #18493 **Update toolchain, not sure we should backport this**
Today our container is based on ubuntu:22.04, we need to build another container based on Ubuntu Pro for FIPS support (currently the latest one is 20.04) The default Docker build...
Following the license changes in f3eade2f6249ef4a964f34da76ec75aaacec26ff **No backport is needed, change in dev version**
Although the test passed, ``` 07:56:40 < t:2025-01-12 05:56:40,267 f:setup.py l:89 c:sdcm.sct_events.setup p:INFO > } 07:56:40 < t:2025-01-12 05:56:40,268 f:tester.py l:3088 c:ArtifactsTest p:INFO > ================================= TEST RESULTS ================================= 07:56:40 <...
Seen multiple times today, https://jenkins.scylladb.com/job/scylla-master/job/artifacts/job/artifacts-azure-image-test/696/ and https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci-offline-installer/23/ Failed during checkout: ``` 10:03:17 ERROR: Checkout failed 10:03:17 java.io.StreamCorruptedException: invalid stream header: 636F7272 10:03:17 at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:989) 10:03:17 at java.base/java.io.ObjectInputStream.(ObjectInputStream.java:416) 10:03:17 at hudson.remoting.ObjectInputStreamEx.(ObjectInputStreamEx.java:50)...
To avoid errors such ``` Error toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit ``` we should add a login...
Error message: ``` AssertionError: Did not find enough eligible samples range for key=scylla_storage_proxy_coordinator_reads_local_node. Expected at least 30 but found only 23 samples. assert (24 - 1) >= 30 ``` Full...