Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action fails to report some Echidna failures #91

Open
tidoust opened this issue Jul 8, 2021 · 1 comment
Open

Action fails to report some Echidna failures #91

tidoust opened this issue Jul 8, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@tidoust
Copy link
Member

tidoust commented Jul 8, 2021

Publication through Echidna for the device-memory spec failed in the following workflow and yet the worfklow reported success, which surprises me:
https://github.com/w3c/device-memory/runs/3002900039?check_suite_focus=true

(FWIW, the problem is that the specStatus parameter was not passed correctly. The problem is not the error itself, it's the fact that the error only appeared in the logs)

Deploy to W3C
  📣 If it fails, check https://lists.w3.org/Archives/Public/public-tr-notifications/
  $ mv index.html Overview.html
  $ tar cvf /tmp/echidna.tar *
    Overview.html
  $ mv Overview.html index.html
  $ curl 'https://labs.w3.org/echidna/api/request' -F "tar=@/tmp/echidna.tar" -F "token=***"
     -F "annotation=triggered by auto-publish spec-prod action on w3c/device-memory"
     -F "decision=https://lists.w3.org/Archives/Public/public-web-perf/2021Apr/0005.html"
  Getting publish status...
    ⏱️ Wait 6s for job to finish...
    📡 Request: https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0
    ⏱️ Wait 3s for job to finish...
    📡 Request: https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0
    ⏱️ Wait 2s for job to finish...
    📡 Request: https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0
    ⏱️ Wait 8s for job to finish...
    📡 Request: https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0
    ⏱️ Wait 2s for job to finish...
    📡 Request: https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0
    ⏱️ Wait 5s for job to finish...
    📡 Request: https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0
    ⏱️ Wait 10s for job to finish...
    📡 Request: https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0
    ⏱️ Wait 6s for job to finish...
    📡 Request: https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0
  {
    id: 'e5dae51f-0cb7-4a06-83e2-6a32087ee9a0',
    status: 'error',
    details: 'https://labs.w3.org/echidna/api/status?id=e5dae51f-0cb7-4a06-83e2-6a32087ee9a0',
    deploymentURL: undefined
  }
@sidvishnoi sidvishnoi added the bug Something isn't working label Jul 8, 2021
@marcoscaceres
Copy link
Member

@sidvishnoi pointed me to the code, but I've misplaced the link... apparently, we need to check for both "failure" and "error".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants