From ad8aac1546f7304169754a14a8e4fdfa842a2b1b Mon Sep 17 00:00:00 2001 From: Augusto Date: Sun, 6 Oct 2024 21:00:20 +0200 Subject: [PATCH 1/3] Solving problems with the CITATION.cff file and the README.md --- CITATION.cff | 77 ++++++++++++++++++++++++++-------------------------- README.md | 11 ++++++-- 2 files changed, 47 insertions(+), 41 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index cb218f9..d4d8ecd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,50 +1,49 @@ cff-version: 1.2.0 message: "If you cite this replication package, please cite it as below." authors: -- family-names: "Augusto" - given-names: "Cristian" - orcid: "https://orcid.org/0000-0001-6140-1375" -- family-names: "Morán" - given-names: "Jesús" - orcid: "https://orcid.org/0000-0002-7544-3901" -- family-names: "Bertolino" - given-names: "Antonia" - orcid: "https://orcid.org/0000-0001-8749-1356" -- family-names: "De la Riva" - given-names: "Claudio" - orcid: "https://orcid.org/0000-0001-5592-9683" -- family-names: "Tuya" - given-names: "Javier" - orcid: "https://orcid.org/0000-0002-1091-934X" + - family-names: "Augusto" + given-names: "Cristian" + orcid: "https://orcid.org/0000-0001-6140-1375" + - family-names: "Morán" + given-names: "Jesús" + orcid: "https://orcid.org/0000-0002-7544-3901" + - family-names: "Bertolino" + given-names: "Antonia" + orcid: "https://orcid.org/0000-0001-8749-1356" + - family-names: "De la Riva" + given-names: "Claudio" + orcid: "https://orcid.org/0000-0001-5592-9683" + - family-names: "Tuya" + given-names: "Javier" + orcid: "https://orcid.org/0000-0002-1091-934X" title: "Replication package for 'RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud'" version: 1.0 -doi: "TO-DO" date-released: 2023-08-11 url: "https://github.com/giis-uniovi/retorchx-rp" preferred-citation: type: article authors: -- family-names: "Augusto" - given-names: "Cristian" - orcid: "https://orcid.org/0000-0001-6140-1375" -- family-names: "Morán" - given-names: "Jesús" - orcid: "https://orcid.org/0000-0002-7544-3901" -- family-names: "Bertolino" - given-names: "Antonia" - orcid: "https://orcid.org/0000-0001-8749-1356" -- family-names: "De la Riva" - given-names: "Claudio" - orcid: "https://orcid.org/0000-0001-5592-9683" -- family-names: "Tuya" - given-names: "Javier" - orcid: "https://orcid.org/0000-0002-1091-934X" - doi: "10.0000/00000" #TO-DO - journal: "Journal Title" #TO-DO - month: 9 #TO-DO - start: 1 # TO-DO First page number - end: 10 # TO-DO Last page number + - family-names: "Augusto" + given-names: "Cristian" + orcid: "https://orcid.org/0000-0001-6140-1375" + - family-names: "Morán" + given-names: "Jesús" + orcid: "https://orcid.org/0000-0002-7544-3901" + - family-names: "Bertolino" + given-names: "Antonia" + orcid: "https://orcid.org/0000-0001-8749-1356" + - family-names: "De la Riva" + given-names: "Claudio" + orcid: "https://orcid.org/0000-0001-5592-9683" + - family-names: "Tuya" + given-names: "Javier" + orcid: "https://orcid.org/0000-0002-1091-934X" + doi: "10.1016/j.jss.2024.112237" + journal: "Journal of Systems and Software" title: "RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud" - issue: 1 #TO-DO - volume: 1 #TO-DO - year: 2023 #TO-DO \ No newline at end of file + volume: 1 # TO-DO + issue: 1 # TO-DO + start: 1 # TO-DO + end: 10 # TO-DO + month: 9 # TO-DO + year: 2024 diff --git a/README.md b/README.md index 782df91..c022484 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the replication package of the paper *RETORCH\*: A Cost and Resource aware Model for E2E Testing in the Cloud* -published at [TO-DO] +published at *Journal of Systems and Software* The replication package comprises various Execution Plan raw datasets generated by our Continuous Integration (CI) system, along with the necessary scripts to generate the average datasets and the spreadsheets used to generate the @@ -145,7 +145,14 @@ paper itself. ## Citing this work -[TO-DO] +RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud: + +- Cristian Augusto, Jesús Morán, Antonia Bertolino, Claudio de la Riva, and Javier Tuya, + “RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud”, + *Journal of Systems and Software*, vol. TO-DO, no. TO-DO, 2024. + https://doi.org/10.1016/j.jss.2024.112237 - [Full Paper available](https://www.sciencedirect.com/science/article/pii/S0164121224002814?via%3Dihub) - [Authors version](TO-DO) - + [Download citation](https://www.sciencedirect.com/science/article/pii/S0164121224002814?via%3Dihub#:~:text=Export%20citation%20to%20text) + RETORCH E2E Test Orchestration framework: - Cristian Augusto, Jesús Morán, Antonia Bertolino, Claudio de la Riva, and Javier Tuya, From 7108c42275079f40170e81657110848f5dfbb5ab Mon Sep 17 00:00:00 2001 From: Augusto Date: Sun, 24 Nov 2024 20:37:20 +0100 Subject: [PATCH 2/3] Last changes, only pending the RUO umploaded article --- CITATION.cff | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d4d8ecd..8e720cd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -41,9 +41,9 @@ preferred-citation: doi: "10.1016/j.jss.2024.112237" journal: "Journal of Systems and Software" title: "RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud" - volume: 1 # TO-DO - issue: 1 # TO-DO - start: 1 # TO-DO - end: 10 # TO-DO - month: 9 # TO-DO - year: 2024 + url: "https://www.sciencedirect.com/science/article/pii/S0164121224002814" + volume: 221 + issn: "0164-1212" + pages: 112237 + month: 3 + year: 2025 diff --git a/README.md b/README.md index c022484..45fddf9 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud: - Cristian Augusto, Jesús Morán, Antonia Bertolino, Claudio de la Riva, and Javier Tuya, “RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud”, - *Journal of Systems and Software*, vol. TO-DO, no. TO-DO, 2024. + *Journal of Systems and Software*, vol. 221 , pages. 112237, 2025 . https://doi.org/10.1016/j.jss.2024.112237 - [Full Paper available](https://www.sciencedirect.com/science/article/pii/S0164121224002814?via%3Dihub) - [Authors version](TO-DO) - [Download citation](https://www.sciencedirect.com/science/article/pii/S0164121224002814?via%3Dihub#:~:text=Export%20citation%20to%20text) From fe46dc321ced34f1ab4a519b8549bccd20d35eee Mon Sep 17 00:00:00 2001 From: Augusto Date: Tue, 26 Nov 2024 08:55:15 +0100 Subject: [PATCH 3/3] Added Handle of RUO, ready to PR --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45fddf9..311610b 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud: - Cristian Augusto, Jesús Morán, Antonia Bertolino, Claudio de la Riva, and Javier Tuya, “RETORCH*: A Cost and Resource aware Model for E2E Testing in the Cloud”, - *Journal of Systems and Software*, vol. 221 , pages. 112237, 2025 . - https://doi.org/10.1016/j.jss.2024.112237 - [Full Paper available](https://www.sciencedirect.com/science/article/pii/S0164121224002814?via%3Dihub) - [Authors version](TO-DO) - + *Journal of Systems and Software*, vol. 221 , pages. 112237, 2025. + https://doi.org/10.1016/j.jss.2024.112237 - [Full Paper available](https://www.sciencedirect.com/science/article/pii/S0164121224002814?via%3Dihub) - [Authors version](https://hdl.handle.net/10651/75794) - [Download citation](https://www.sciencedirect.com/science/article/pii/S0164121224002814?via%3Dihub#:~:text=Export%20citation%20to%20text) RETORCH E2E Test Orchestration framework: