Add Keda 2.14+ and 2.15+ #933
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by `make configure`, please do not edit manually. | |
"jobs": | |
"actions-runner-controller": | |
"name": "Generate actions-runner-controller Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/actions-runner-controller/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/actions-runner-controller" | |
"aiven": | |
"name": "Generate aiven Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/aiven/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/aiven" | |
"argo-cd": | |
"name": "Generate argo-cd Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/argo-cd/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/argo-cd" | |
"argo-rollouts": | |
"name": "Generate argo-rollouts Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/argo-rollouts/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/argo-rollouts" | |
"argo-workflows": | |
"name": "Generate argo-workflows Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/argo-workflows/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/argo-workflows" | |
"aws-load-balancer-controller": | |
"name": "Generate aws-load-balancer-controller Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/aws-load-balancer-controller/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/aws-load-balancer-controller" | |
"banzai-logging": | |
"name": "Generate banzai-logging Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/banzai-logging/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/banzai-logging" | |
"banzaicloud-bank-vaults": | |
"name": "Generate banzaicloud-bank-vaults Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/banzaicloud-bank-vaults/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/banzaicloud-bank-vaults" | |
"build": | |
"name": "Build docker image" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "run": "make build save" | |
- "uses": "actions/upload-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
"retention-days": 1 | |
"calico": | |
"name": "Generate calico Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/calico/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/calico" | |
"cert-manager": | |
"name": "Generate cert-manager Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/cert-manager/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/cert-manager" | |
"cilium": | |
"name": "Generate cilium Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/cilium/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/cilium" | |
"clickhouse-operator": | |
"name": "Generate clickhouse-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/clickhouse-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/clickhouse-operator" | |
"cloudnative-pg": | |
"name": "Generate cloudnative-pg Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/cloudnative-pg/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/cloudnative-pg" | |
"cluster-api": | |
"name": "Generate cluster-api Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/cluster-api/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/cluster-api" | |
"cluster-api-provider-aws": | |
"name": "Generate cluster-api-provider-aws Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/cluster-api-provider-aws/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/cluster-api-provider-aws" | |
"cnrm": | |
"name": "Generate cnrm Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/cnrm/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/cnrm" | |
"composable": | |
"name": "Generate composable Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/composable/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/composable" | |
"consul": | |
"name": "Generate consul Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/consul/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/consul" | |
"contour": | |
"name": "Generate contour Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/contour/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/contour" | |
"crossplane": | |
"name": "Generate crossplane Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/crossplane/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/crossplane" | |
"datadog-operator": | |
"name": "Generate datadog-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/datadog-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/datadog-operator" | |
"debugging": | |
"name": "Debugging Github Action values" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "run": "echo onMaster? ${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
- "run": "echo ${{ github.repository }}" | |
- "run": "echo ${{ github.ref }}" | |
- "run": "echo ${{ github.event_name }}" | |
"eck-operator": | |
"name": "Generate eck-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/eck-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/eck-operator" | |
"edp-keycloak-operator": | |
"name": "Generate edp-keycloak-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/edp-keycloak-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/edp-keycloak-operator" | |
"emissary": | |
"name": "Generate emissary Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/emissary/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/emissary" | |
"envoy-gateway": | |
"name": "Generate envoy-gateway Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/envoy-gateway/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/envoy-gateway" | |
"external-dns": | |
"name": "Generate external-dns Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/external-dns/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/external-dns" | |
"external-secrets": | |
"name": "Generate external-secrets Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/external-secrets/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/external-secrets" | |
"flagger": | |
"name": "Generate flagger Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/flagger/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/flagger" | |
"fluxcd": | |
"name": "Generate fluxcd Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/fluxcd/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/fluxcd" | |
"gatekeeper": | |
"name": "Generate gatekeeper Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/gatekeeper/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/gatekeeper" | |
"gateway-api": | |
"name": "Generate gateway-api Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/gateway-api/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/gateway-api" | |
"google-cloud-sql-proxy-operator": | |
"name": "Generate google-cloud-sql-proxy-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/google-cloud-sql-proxy-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/google-cloud-sql-proxy-operator" | |
"grafana-agent": | |
"name": "Generate grafana-agent Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/grafana-agent/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/grafana-agent" | |
"grafana-operator": | |
"name": "Generate grafana-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/grafana-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/grafana-operator" | |
"harbor-operator": | |
"name": "Generate harbor-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/harbor-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/harbor-operator" | |
"istio": | |
"name": "Generate istio Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/istio/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/istio" | |
"k8s": | |
"name": "Generate k8s Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/k8s/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/k8s" | |
"karpenter": | |
"name": "Generate karpenter Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/karpenter/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/karpenter" | |
"keda": | |
"name": "Generate keda Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/keda/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/keda" | |
"knative-eventing": | |
"name": "Generate knative-eventing Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/knative-eventing/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/knative-eventing" | |
"knative-serving": | |
"name": "Generate knative-serving Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/knative-serving/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/knative-serving" | |
"kube-prometheus": | |
"name": "Generate kube-prometheus Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/kube-prometheus/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/kube-prometheus" | |
"kubernetes-nmstate": | |
"name": "Generate kubernetes-nmstate Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/kubernetes-nmstate/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/kubernetes-nmstate" | |
"kubernetes-secret-generator": | |
"name": "Generate kubernetes-secret-generator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/kubernetes-secret-generator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/kubernetes-secret-generator" | |
"kubevela": | |
"name": "Generate kubevela Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/kubevela/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/kubevela" | |
"kyverno": | |
"name": "Generate kyverno Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/kyverno/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/kyverno" | |
"litmus-chaos": | |
"name": "Generate litmus-chaos Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/litmus-chaos/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/litmus-chaos" | |
"minio-operator": | |
"name": "Generate minio-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/minio-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/minio-operator" | |
"mysql-operator": | |
"name": "Generate mysql-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/mysql-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/mysql-operator" | |
"openshift": | |
"name": "Generate openshift Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/openshift/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/openshift" | |
"prometheus-operator": | |
"name": "Generate prometheus-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/prometheus-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/prometheus-operator" | |
"rabbitmq": | |
"name": "Generate rabbitmq Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/rabbitmq/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/rabbitmq" | |
"rabbitmq-messaging-topology-operator": | |
"name": "Generate rabbitmq-messaging-topology-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/rabbitmq-messaging-topology-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/rabbitmq-messaging-topology-operator" | |
"repos": | |
"name": "Create repositories" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "uses": "zendesk/setup-jsonnet@v10" | |
- "env": | |
"PAGES": "false" | |
"run": "make tf/main.tf.json" | |
- "uses": "hashicorp/setup-terraform@v1" | |
"with": | |
"cli_config_credentials_token": "${{ secrets.TF_API_TOKEN }}" | |
- "env": | |
"GITHUB_TOKEN": "${{ secrets.PAT }}" | |
"TF_IN_AUTOMATION": "1" | |
"if": "github.event.pull_request.head.repo.full_name == 'jsonnet-libs/k8s'" | |
"run": "terraform init" | |
"working-directory": "tf" | |
- "env": | |
"GITHUB_TOKEN": "${{ secrets.PAT }}" | |
"TF_IN_AUTOMATION": "1" | |
"if": "github.event.pull_request.head.repo.full_name == 'jsonnet-libs/k8s'" | |
"run": "terraform validate -no-color" | |
"working-directory": "tf" | |
- "env": | |
"GITHUB_TOKEN": "${{ secrets.PAT }}" | |
"TF_IN_AUTOMATION": "1" | |
"if": "github.event.pull_request.head.repo.full_name == 'jsonnet-libs/k8s'" | |
"run": "terraform plan -no-color" | |
"working-directory": "tf" | |
- "env": | |
"GITHUB_TOKEN": "${{ secrets.PAT }}" | |
"TF_IN_AUTOMATION": "1" | |
"if": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"run": "terraform init && terraform apply -no-color -auto-approve" | |
"working-directory": "tf" | |
"repos_with_pages": | |
"name": "Set up gh-pages branch" | |
"needs": | |
- "actions-runner-controller" | |
- "aiven" | |
- "argo-cd" | |
- "argo-rollouts" | |
- "argo-workflows" | |
- "aws-load-balancer-controller" | |
- "banzai-logging" | |
- "banzaicloud-bank-vaults" | |
- "calico" | |
- "cert-manager" | |
- "cilium" | |
- "clickhouse-operator" | |
- "cloudnative-pg" | |
- "cluster-api" | |
- "cluster-api-provider-aws" | |
- "cnrm" | |
- "composable" | |
- "consul" | |
- "contour" | |
- "crossplane" | |
- "datadog-operator" | |
- "eck-operator" | |
- "edp-keycloak-operator" | |
- "emissary" | |
- "envoy-gateway" | |
- "external-dns" | |
- "external-secrets" | |
- "flagger" | |
- "fluxcd" | |
- "gatekeeper" | |
- "gateway-api" | |
- "google-cloud-sql-proxy-operator" | |
- "grafana-agent" | |
- "grafana-operator" | |
- "harbor-operator" | |
- "istio" | |
- "k8s" | |
- "karpenter" | |
- "keda" | |
- "knative-eventing" | |
- "knative-serving" | |
- "kube-prometheus" | |
- "kubernetes-nmstate" | |
- "kubernetes-secret-generator" | |
- "kubevela" | |
- "kyverno" | |
- "litmus-chaos" | |
- "minio-operator" | |
- "mysql-operator" | |
- "openshift" | |
- "prometheus-operator" | |
- "rabbitmq" | |
- "rabbitmq-messaging-topology-operator" | |
- "secrets-store-csi-driver" | |
- "securecodebox" | |
- "spicedb-operator" | |
- "strimzi" | |
- "teleport-operator" | |
- "traefik" | |
- "triggermesh" | |
- "vault-secrets-operator" | |
- "vertical-pod-autoscaler" | |
- "zalando-postgres-operator" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "uses": "zendesk/setup-jsonnet@v10" | |
- "env": | |
"PAGES": "true" | |
"run": "make tf/main.tf.json" | |
- "uses": "hashicorp/setup-terraform@v1" | |
"with": | |
"cli_config_credentials_token": "${{ secrets.TF_API_TOKEN }}" | |
- "env": | |
"GITHUB_TOKEN": "${{ secrets.PAT }}" | |
"TF_IN_AUTOMATION": "1" | |
"if": "github.event.pull_request.head.repo.full_name == 'jsonnet-libs/k8s'" | |
"run": "terraform init" | |
"working-directory": "tf" | |
- "env": | |
"GITHUB_TOKEN": "${{ secrets.PAT }}" | |
"TF_IN_AUTOMATION": "1" | |
"if": "github.event.pull_request.head.repo.full_name == 'jsonnet-libs/k8s'" | |
"run": "terraform validate -no-color" | |
"working-directory": "tf" | |
- "env": | |
"GITHUB_TOKEN": "${{ secrets.PAT }}" | |
"TF_IN_AUTOMATION": "1" | |
"if": "github.event.pull_request.head.repo.full_name == 'jsonnet-libs/k8s'" | |
"run": "terraform plan -no-color" | |
"working-directory": "tf" | |
- "env": | |
"GITHUB_TOKEN": "${{ secrets.PAT }}" | |
"TF_IN_AUTOMATION": "1" | |
"if": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"run": "terraform init && terraform apply -no-color -auto-approve" | |
"working-directory": "tf" | |
"secrets-store-csi-driver": | |
"name": "Generate secrets-store-csi-driver Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/secrets-store-csi-driver/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/secrets-store-csi-driver" | |
"securecodebox": | |
"name": "Generate securecodebox Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/securecodebox/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/securecodebox" | |
"spicedb-operator": | |
"name": "Generate spicedb-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/spicedb-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/spicedb-operator" | |
"strimzi": | |
"name": "Generate strimzi Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/strimzi/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/strimzi" | |
"teleport-operator": | |
"name": "Generate teleport-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/teleport-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/teleport-operator" | |
"traefik": | |
"name": "Generate traefik Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/traefik/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/traefik" | |
"triggermesh": | |
"name": "Generate triggermesh Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/triggermesh/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/triggermesh" | |
"vault-secrets-operator": | |
"name": "Generate vault-secrets-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/vault-secrets-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/vault-secrets-operator" | |
"vertical-pod-autoscaler": | |
"name": "Generate vertical-pod-autoscaler Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/vertical-pod-autoscaler/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/vertical-pod-autoscaler" | |
"zalando-postgres-operator": | |
"name": "Generate zalando-postgres-operator Jsonnet library and docs" | |
"needs": | |
- "build" | |
- "repos" | |
"runs-on": "ubuntu-latest" | |
"steps": | |
- "uses": "actions/checkout@v3" | |
- "id": "filter" | |
"uses": "dorny/paths-filter@v2" | |
"with": | |
"filters": | | |
workflows: | |
- '.github/**' | |
- 'bin/**' | |
- 'Dockerfile' | |
- 'go.mod' | |
- 'go.sum' | |
- 'jsonnet/**' | |
- 'main.go' | |
- 'Makefile' | |
- 'pkg/**' | |
- 'scripts/**' | |
- 'tf/**' | |
- 'libs/zalando-postgres-operator/**' | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"uses": "actions/download-artifact@v2" | |
"with": | |
"name": "docker-artifact" | |
"path": "artifacts" | |
- "if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make load" | |
- "env": | |
"DIFF": "true" | |
"GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" | |
"GIT_COMMITTER_EMAIL": "[email protected]" | |
"GIT_COMMITTER_NAME": "jsonnet-libs-bot" | |
"SSH_KEY": "${{ secrets.DEPLOY_KEY }}" | |
"if": "steps.filter.outputs.workflows == 'true'" | |
"run": "make libs/zalando-postgres-operator" | |
"on": | |
"pull_request": | |
"branches": | |
- "master" | |
"push": | |
"branches": | |
- "master" |