Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Maniphest Tasks
- T3504: Make the git-bare cooker publicly available
Diff Detail
- Repository
- rDWAPPS Web applications
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 26675 Build 41713: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 41712: arc lint + arc unit
Event Timeline
Build was aborted
Patch application report for D7120 (id=25817)
Rebasing onto b0bba742ec...
Current branch diff-target is up to date.
Changes applied before test
commit 03c66c7acedcbc354c9a83f67c71132e960c9e37 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Feb 8 11:55:15 2022 +0100 Allow vault cooking from the UI The vault is now about as stable as it can be in the short term, so I think it is time to finally make this available to everyone, without having to go throught the API manually.
Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1359/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1359/console
Build was aborted
Patch application report for D7120 (id=25820)
Rebasing onto b0bba742ec...
Current branch diff-target is up to date.
Changes applied before test
commit 177eb6b56be826a8e1f5e6ed2b862be2cbb463b3 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Feb 8 11:55:15 2022 +0100 Allow vault cooking from the UI The vault is now about as stable as it can be in the short term, so I think it is time to finally make this available to everyone, without having to go throught the API manually.
Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1361/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1361/console
Build is green
Patch application report for D7120 (id=25826)
Rebasing onto b0bba742ec...
Current branch diff-target is up to date.
Changes applied before test
commit d891b0465a7cae907e721307fed044f7e7a918b7 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Feb 8 11:55:15 2022 +0100 Allow vault cooking from the UI The vault is now about as stable as it can be in the short term, so I think it is time to finally make this available to everyone, without having to go throught the API manually.
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1362/ for more details.
Cypress tests can be simplified before landing this.
cypress/integration/vault.spec.js | ||
---|---|---|
131–134 | You can replace these two instructions by: checkVaultCookingTask('as tarball'); Same thing for all your changes below. | |
432 | You need to remove that line once using chackVaultCookingTask above as that call is already wrapped in it. |
cypress/integration/vault.spec.js | ||
---|---|---|
156–160 | You can also replace this one and the others below, I have tested it works. |
Build has FAILED
Patch application report for D7120 (id=25830)
Rebasing onto b0bba742ec...
Current branch diff-target is up to date.
Changes applied before test
commit 57298fe585f7936024022167a03cc106b6903d4e Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Feb 8 14:02:04 2022 +0100 Allow cooking release objects via the API No snapshots yet; they are very costly to cook when swh-graph is outdated; and currently it is outdated for many objects. commit d891b0465a7cae907e721307fed044f7e7a918b7 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Feb 8 11:55:15 2022 +0100 Allow vault cooking from the UI The vault is now about as stable as it can be in the short term, so I think it is time to finally make this available to everyone, without having to go throught the API manually.
Link to build: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1364/
See console output for more information: https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1364/console
Build is green
Patch application report for D7120 (id=25831)
Rebasing onto b0bba742ec...
Current branch diff-target is up to date.
Changes applied before test
commit 5b517e6e4d55c74d508d39f850cbe4b6d68c1e20 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Feb 8 11:55:15 2022 +0100 Allow vault cooking from the UI The vault is now about as stable as it can be in the short term, so I think it is time to finally make this available to everyone, without having to go throught the API manually.
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1365/ for more details.
cypress/integration/vault.spec.js | ||
---|---|---|
156–160 | How come? Isn't the test supposed to click the Ok button inbetween? |