[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-07-20 Thread Addshore
Addshore removed a project: Wikidata-Campsite.

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-07-16 Thread Addshore
Addshore raised the priority of this task from "Low" to "Medium".

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-07-14 Thread Addshore
Addshore lowered the priority of this task from "Medium" to "Low".

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-06-09 Thread Addshore
Addshore triaged this task as "Medium" priority.

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-06-09 Thread toan
toan added a comment.


  To some extent this could probably be circumvented by using a dedicated 
branch with commits that contain this info and could be passed as the "ref".
  
  Example:
  
  1. Our CI pushes a commit to some branch on wikibase-release-pipeline which 
contains the information on what is supposed to run.
  2. Our CI triggers a workflow and setting the ref 

 to this commit hash

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-06-09 Thread toan
toan added a comment.


  It's interesting how github seems to have chosen not to make this super easy 
to hook up.
  
  1. The mechanism for triggering a workflow remotely through the api gives at 
the most a `204` response status code when the workflow is triggered 
.
  2. We are able to provide input to the workflow but none of this information 
is directly available through the list endpoint or the details endpoint.
  
  list the workflow runs for a repo and get an id
  ---
  
curl   -H "Accept: application/vnd.github.v3+json"   
https://api.github.com/repos/wmde/wikibase-release-pipeline/actions/runs > 
out.json
  
  
  
  But also the details does not contain any of the input data
  ---
  
curl   -H "Accept: application/vnd.github.v3+json"   
https://api.github.com/repos/wmde/wikibase-release-pipeline/actions/runs/921094979
  
  It kind of looks like we would have to have the github workflow itself 
callback somewhere to make this connection, which kind of makes this feel as we 
might be doing something they don't want us to do. Sounds fun to try that out 
though.

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-06-08 Thread toan
toan updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-06-08 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-06-08 Thread Addshore
Addshore updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Jakob_WMDE, hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T282479: Add Wikibase "acceptance tests" to Wikibase CI

2021-05-18 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

TASK DETAIL
  https://phabricator.wikimedia.org/T282479

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: hoo, Tarrow, toan, WMDE-leszek, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, 
_jensen, rosalieper, Scott_WUaS, Jonas, Wikidata-bugs, aude, Lydia_Pintscher, 
Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org