Skip to content

Commit dbb09f5

Browse files
authored
Remove remaining Foresight integration steps (#213)
1 parent 842c2cd commit dbb09f5

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/pipeline.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ jobs:
171171
needs: [package-beta]
172172
runs-on: ubuntu-20.04
173173
steps:
174-
- name: Collect Workflow Telemetry
175-
if: always()
176-
uses: runforesight/foresight-workflow-kit-action@v1
177-
178174
- uses: actions/checkout@v3
179175
- uses: actions/setup-python@v4
180176
with:
@@ -227,10 +223,6 @@ jobs:
227223
needs: [deploy-beta]
228224
runs-on: ubuntu-20.04
229225
steps:
230-
- name: Collect Workflow Telemetry
231-
if: always()
232-
uses: runforesight/foresight-workflow-kit-action@v1
233-
234226
- uses: dtolnay/rust-toolchain@master
235227
with:
236228
toolchain: stable
@@ -321,14 +313,6 @@ jobs:
321313
API_ENDPOINT=${HTTPBIN_TLS_ZIP_ALB_ENDPOINT} API_AUTH_TYPE="open" cargo nextest run --run-ignored ignored-only --profile ci
322314
API_ENDPOINT=${HTTPBIN_TLS_ZIP_FURL_ENDPOINT} API_AUTH_TYPE="iam" cargo nextest run --run-ignored ignored-only --profile ci
323315
324-
- name: Analyze Test and/or Coverage Results
325-
uses: runforesight/foresight-test-kit-action@v1
326-
if: ${{ always() }}
327-
with:
328-
test_format: JUNIT
329-
test_framework: JUNIT
330-
test_path: "**/junit.xml"
331-
332316
- name: remove the oci x86 integration test stacks
333317
working-directory: ./tests/e2e_tests/fixtures/go-httpbin
334318
run: |
@@ -351,10 +335,6 @@ jobs:
351335
outputs:
352336
matrix: ${{ steps.set-matrix.outputs.matrix }}
353337
steps:
354-
- name: Collect Workflow Telemetry
355-
if: always()
356-
uses: runforesight/foresight-workflow-kit-action@v1
357-
358338
- uses: actions/checkout@v3
359339
- id: set-matrix
360340
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/gamma.json)}" >> $GITHUB_OUTPUT
@@ -366,10 +346,6 @@ jobs:
366346
outputs:
367347
matrix: ${{ steps.set-matrix.outputs.matrix }}
368348
steps:
369-
- name: Collect Workflow Telemetry
370-
if: always()
371-
uses: runforesight/foresight-workflow-kit-action@v1
372-
373349
- uses: actions/checkout@v3
374350
- id: set-matrix
375351
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/prod.json)}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)