Takuya ASADA
Takuya ASADA
Jenkins build tests has passed: https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/build/1011/ https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/unified-deb/1120/ https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/centos-rpm/1129/ On offline install tests I need to modify jenkins job since it cannot specified SCT repo and branch as parameters, these are...
@nyh These changes are required for this PR since the implement was using extracted .relocatable_package_version from these packages, but I change it to specify explicitly in build_unified.sh. so we don't...
Jenkins test passed again, after moving .relocatable_package_version to sub-directory: https://jenkins.scylladb.com/view/master/job/scylla-master/job/releng-testing/job/build/1013/ https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/centos-rpm/1131/ https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/unified-deb/1151/ https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/docker/189/ https://jenkins.scylladb.com/job/scylla-staging/job/takuya/job/artifacts-offline-install/
Note: https://jenkins.scylladb.com/job/scylla-staging/job/takuya/job/artifacts-offline-install/ is testing https://github.com/scylladb/scylla-cluster-tests/pull/5315, to support unified package format change on this PR.
> I'll need to test also > > [scylladb/scylla-ccm#406](https://github.com/scylladb/scylla-ccm/pull/406) > > Where I'm trying to add support for unified package to ccm Could you test your PR with my unified...
> But Im reverting the changes in SCT, since they are not working with current package, please fix and reapply Sorry, PR does not able to handle current package since...
@avikivity now automatic tests are ready with the new format (https://github.com/scylladb/scylla-cluster-tests/pull/5347), please merge this.
@tzach It become like this: ``` tar xvfz scylla-unified-package-x.y.tar.gz cd scylla-x.y sh -x ./install.sh --nonroot --python3 ~/scylladb/python3/bin/python3 ``` so we need to `cd` before start installing.
Move `smp_service_group ssg` to `redis_options`, dropped from redis commands argument.
Applied `ts` on appliy() function in new version.