Skip to content

Commit

Permalink
test cronjob in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 17, 2024
1 parent 6f8b87d commit e7c655a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
overwrite: true
parameters: -p MIN_REPLICAS=1 -p MAX_REPLICAS=2
penetration_test: false
post_deploy: oc create job "frontend-$(date +%s)" --from=cronjob/frontend
steps:
- uses: actions/checkout@v4
- name: Deploys
Expand All @@ -44,8 +45,9 @@ jobs:
oc_server: ${{ vars.OC_SERVER }}
oc_token: ${{ secrets.OC_TOKEN }}
overwrite: ${{ matrix.overwrite }}
penetration_test: ${{ matrix.penetration_test }}
parameters:
-p ZONE=${{ github.event.number }} -p NAME=${{ github.event.repository.name }}
${{ matrix.parameters }}
penetration_test: ${{ matrix.penetration_test }}
post_deploy: ${{ matrix.post_deploy }}
verification_path: ${{ matrix.verification_path }}

0 comments on commit e7c655a

Please sign in to comment.