Commit 89e51a7
ci: remove discontinued XATA_TOKEN usage (#41707)
## Summary
- Replace discontinued Xata database curl calls with `touch
~/knownfailures` in `build-client-server.yml` and
`build-client-server-count.yml` (matching the fix already applied to
`pr-cypress.yml` in e61375d)
- Delete orphaned `app/client/cypress/xataadd.sh` and
`app/client/cypress/xatadel.sh` scripts that are not referenced by any
workflow
## Context
XATA Lite has been discontinued. The existing curl calls were silently
failing (stderr redirected to `/dev/null`), producing an empty
`~/knownfailures` file — identical behavior to the `touch` replacement.
This completes the partial cleanup started in pr-cypress.yml.
**After merging, the `XATA_TOKEN` GitHub secret can be safely removed
from the repository settings.**
## Test plan
- [ ] Verify `build-client-server` workflow runs successfully on a test
PR
- [ ] Verify `build-client-server-count` workflow runs successfully on a
test PR
- [ ] Confirm PR comment behavior for CI failures remains unchanged
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Streamlined CI/CD pipeline by simplifying test failure tracking and
validation processes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
## Automation
/ok-to-test tags="@tag.Sanity"
<!-- This is an auto-generated comment: Cypress test results -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/24066890157>
> Commit: 9982ddf
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=24066890157&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Tue, 07 Apr 2026 06:35:51 UTC
<!-- end of auto-generated comment: Cypress test results -->
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7e6a1dc commit 89e51a7
File tree
4 files changed
+4
-16
lines changed- .github/workflows
- app/client/cypress
4 files changed
+4
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments