Skip to content

Commit

Permalink
feat: Re-bake
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Jan 18, 2024
1 parent 1de6e18 commit 1b68fe6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 120 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/tag-nautobot-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: "Rebake Tag"
on: # yamllint disable-line rule:truthy
push:
tags:
- "nautobot-app-v*"
jobs:
rebake:
container: "ghcr.io/nautobot/cookiecutter-nautobot-app-drift-manager/prod:latest"
runs-on: "ubuntu-22.04"
env:
GITHUB_TOKEN: "${{ secrets.GH_NAUTOBOT_BOT_TOKEN }}"
strategy:
fail-fast: false
max-parallel: 5 # Limit of concurrent jobs
matrix:
name:
- "capacity-metrics"
- "chatops"
- "circuit-maintenance"
- "data-validation-engine"
- "device-lifecycle-mgmt"
- "device-onboarding"
- "firewall-models"
- "floor-plan"
- "golden-config"
- "netbox-importer"
- "nornir"
- "secrets-providers"
- "ssot"
- "version-control"
- "welcome-wizard"
steps:
- name: "Re-bake"
run: |
python -m ntc_cookie_drift_manager \
rebake \
--push \
--template-ref="${{ github.ref }}" \
https://github.com/nautobot/nautobot-app-${{ matrix.name }}.git

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 1b68fe6

Please sign in to comment.