From 0e7893278663a90883410923ed4cb0fb2fdc694c Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Wed, 12 Jun 2024 18:16:17 +0200 Subject: [PATCH] ci: update antithesis workflow --- .github/workflows/triggerable-antithesis.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/triggerable-antithesis.yml b/.github/workflows/triggerable-antithesis.yml index 1ef4f82abd..d0c9d7746c 100644 --- a/.github/workflows/triggerable-antithesis.yml +++ b/.github/workflows/triggerable-antithesis.yml @@ -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) @@ -28,16 +24,6 @@ jobs: steps: - uses: antithesishq/antithesis-trigger-action@v0.2 - 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/antithesis-trigger-action@v0.2 - if: ${{ !github.event.inputs.with_instrumentation }} with: notebook_name: ${{ github.event.inputs.workload_type }} tenant: heliax