Skip to content

Commit

Permalink
ci: update antithesis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jun 12, 2024
1 parent 5e0816b commit 0e78932
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/triggerable-antithesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
description: 'The docker tag of the scenario tester image'
required: true
type: string
with_instrumentation:
description: 'Use instrumented images'
required: true
type: boolean
workload_type:
type: choice
description: The type of workload to use (namada__pr__customer 3h, namada__nightly__customer 8h)
Expand All @@ -28,16 +24,6 @@ jobs:

steps:
- uses: antithesishq/[email protected]
if: ${{ github.event.inputs.with_instrumentation }}
with:
notebook_name: ${{ github.event.inputs.workload_type }}
tenant: heliax
username: ${{ secrets.ANTITHESIS_USER_NAME }}
password: ${{ secrets.ANTITHESIS_PASSWORD }}
github_token: ${{ secrets.GITHUB_TOKEN }}
images: namada-config:${{ github.event.inputs.namada_docker_tag }},namada-genesis:${{ github.event.inputs.namada_docker_tag }},namada:${{ github.event.inputs.namada_docker_tag }}-inst,namada-scenario-tester:${{ github.event.inputs.scenario_tester_docker_tag }}
- uses: antithesishq/[email protected]
if: ${{ !github.event.inputs.with_instrumentation }}
with:
notebook_name: ${{ github.event.inputs.workload_type }}
tenant: heliax
Expand Down

0 comments on commit 0e78932

Please sign in to comment.