-
Notifications
You must be signed in to change notification settings - Fork 963
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fraccaman/update-antithesis-ci-2'
* origin/fraccaman/update-antithesis-ci-2: ci: update antithesis workflow
- Loading branch information
Showing
1 changed file
with
0 additions
and
14 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[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 | ||
|