Skip to content

Commit

Permalink
DNM: test managerless job
Browse files Browse the repository at this point in the history
Signed-off-by: Dr. Jens Harbott <[email protected]>
  • Loading branch information
osfrickler committed Jun 14, 2024
1 parent 2b2e88e commit d302c5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,9 @@
check:
jobs:
- ansible-lint
- flake8
- python-black
- yamllint
label:
jobs:
- testbed-deploy
- testbed-deploy-stable
- testbed-upgrade
- testbed-upgrade-stable
- testbed-deploy-managerless
gate:
jobs:
- ansible-lint
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion playbooks/managerless/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
- name: Run diagnostics script
environment:
LOG_DIR: "/tmp/logs/pre"
script: "{{ zuul.project.src_dir }}/scripts/get_logs.sh"
script: "get_logs.sh"
register: get_logs_result
become: true
failed_when: false
Expand Down

0 comments on commit d302c5e

Please sign in to comment.