fix(deps): update code.cloudfoundry.org/loggregator-agent-release/src digest to 96d9f8d #45
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
name: Acceptance Tests - MTA | |
on: | |
pull_request: | |
types: [ opened, labeled, synchronize ] | |
concurrency: | |
group: "${{ github.workflow }}/${{ github.ref }}" | |
cancel-in-progress: true | |
jobs: | |
acceptance_tests_reusable: | |
name: " " # Whitespace name looks nicest on Github UI | |
uses: ./.github/workflows/acceptance_tests_reusable.yaml | |
with: | |
deployment_name: "autoscaler-mta-${{ github.event.pull_request.number }}" | |
deploy_apps: true | |
ops_files: | | |
operations/add-releases.yml | |
operations/instance-identity-cert-from-cf.yml | |
operations/add-postgres-variables.yml | |
operations/enable-nats-tls.yml | |
operations/add-extra-plan.yml | |
operations/set-release-version.yml | |
operations/enable-metricsforwarder-via-syslog-agent.yml | |
operations/enable-scheduler-logging.yml | |
operations/use-cf-services.yml | |
secrets: | |
bbl_ssh_key: "${{ secrets.BBL_SSH_KEY }}" |