zalando-stups / kio

The application registry in the STUPS ecosystem
http://docs.stups.io/en/latest/components/kio.html
Other
23 stars 11 forks source link

Run unit tests and Build in CDP #83

Closed jmcs closed 6 years ago

jmcs commented 6 years ago

(The CDP job is failing because of docker push failing due to the team change).

lotharschulz commented 6 years ago
$ curl https://kio.stups.zalan.do/apps/kio --header "Authorization: Bearer $(zign token)"  | jq .

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   804    0   804    0     0    804      0 --:--:--  0:00:01 --:--:--   500
{
  "last_modified": "2017-09-01T16:18:05.082Z",
  "description": "Kio is STUP's application registry. It holds basic metadata for applications like name, owning team, where to find documentation and source code, and so on. It is the single source of truth on which applications exist.",
  "documentation_url": "https://github.com/zalando-stups/kio",
  "specification_url": "https://github.com/zalando-stups/kio/issues",
  "publicly_accessible": false,
  "service_url": "https://kio.stups.zalan.do",
  "name": "Kio",
  "criticality_level": 2,
  "created": "2015-07-29T15:03:01.534Z",
  "scm_url": "https://github.com/zalando-stups/kio.git",
  "last_modified_by": "hjacobs",
  "required_approvers": 2,
  "active": true,
  "id": "kio",
  "subtitle": "STUPS' application registry",
  "team_id": "automata",
  "created_by": "kio-migration",
  "specification_type": "githubissues"
}
lotharschulz commented 6 years ago

👍

dryewo commented 6 years ago

The build is failing because CDP expects .zappr.yaml in master to contain X-Zalando-Team: automata

harti2006 commented 6 years ago

:+1: