~ricardokirkner/ols-jenkaas/remove-image-after-rollout

« back to all changes in this revision

Viewing changes to jobs/livepatch-auth.yaml

[r=verterok] remove old ols-k8s jobs for deployable and livepatch-auth

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    jobs:
12
12
      - 'land-{name}-dependencies'
13
13
      - 'land-{name}-docker'
14
 
 
15
 
- project:
16
 
    name: 'ols-k8s-livepatch-auth'
17
 
    defaults: project
18
 
    vcs: 'git'
19
 
    trunk: 'lp:ols-k8s'
20
 
    rollout-setup-command: "\\$(cd livepatch-auth/staging && eval cat envrc)"
21
 
    rollout-command: "make -C livepatch-auth/staging release IMAGE_TAG=${{IMAGE_TAG}}"
22
 
    jobs:
23
 
      - '{name}-docker-rollout-kubernetes'