Skip to content

Commit 796acc8

Browse files
authored
Update pipeline to remove foresight integration (#212)
1 parent 86d983c commit 796acc8

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

.github/workflows/pipeline.yaml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
test:
3434
runs-on: ubuntu-20.04
3535
steps:
36-
- name: Collect Workflow Telemetry
37-
if: always()
38-
uses: runforesight/foresight-workflow-kit-action@v1
39-
4036
- uses: actions/checkout@v3
4137
- uses: dtolnay/rust-toolchain@master
4238
with:
@@ -50,22 +46,11 @@ jobs:
5046
- name: run unit and integration tests
5147
run: cargo nextest run --profile ci
5248

53-
- name: Analyze Test and/or Coverage Results
54-
uses: runforesight/foresight-test-kit-action@v1
55-
if: ${{ always() }}
56-
with:
57-
test_format: JUNIT
58-
test_framework: JUNIT
59-
test_path: "**/junit.xml"
6049

6150
build:
6251
needs: [test]
6352
runs-on: ubuntu-20.04
6453
steps:
65-
- name: Collect Workflow Telemetry
66-
if: always()
67-
uses: runforesight/foresight-workflow-kit-action@v1
68-
6954
- uses: actions/checkout@v3
7055
- uses: actions/setup-python@v4
7156
with:
@@ -99,10 +84,6 @@ jobs:
9984
needs: [ build ]
10085
runs-on: ubuntu-20.04
10186
steps:
102-
- name: Collect Workflow Telemetry
103-
if: always()
104-
uses: runforesight/foresight-workflow-kit-action@v1
105-
10687
- uses: actions/checkout@v3
10788
- uses: actions/setup-python@v4
10889
with:
@@ -400,10 +381,6 @@ jobs:
400381
strategy:
401382
matrix: ${{fromJSON(needs.load-gamma-matrix.outputs.matrix)}}
402383
steps:
403-
- name: Collect Workflow Telemetry
404-
if: always()
405-
uses: runforesight/foresight-workflow-kit-action@v1
406-
407384
- uses: actions/checkout@v3
408385
- uses: actions/setup-python@v4
409386
with:
@@ -472,10 +449,6 @@ jobs:
472449
strategy:
473450
matrix: ${{fromJSON(needs.load-prod-matrix.outputs.matrix)}}
474451
steps:
475-
- name: Collect Workflow Telemetry
476-
if: always()
477-
uses: runforesight/foresight-workflow-kit-action@v1
478-
479452
- uses: actions/checkout@v3
480453
- uses: actions/setup-python@v4
481454
with:
@@ -544,10 +517,6 @@ jobs:
544517
outputs:
545518
matrix: ${{ steps.set-matrix.outputs.matrix }}
546519
steps:
547-
- name: Collect Workflow Telemetry
548-
if: always()
549-
uses: runforesight/foresight-workflow-kit-action@v1
550-
551520
- uses: actions/checkout@v3
552521
- id: set-matrix
553522
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/gamma.json)}" >> $GITHUB_OUTPUT
@@ -559,10 +528,6 @@ jobs:
559528
strategy:
560529
matrix: ${{fromJSON(needs.load-gamma-matrix2.outputs.matrix)}}
561530
steps:
562-
- name: Collect Workflow Telemetry
563-
if: always()
564-
uses: runforesight/foresight-workflow-kit-action@v1
565-
566531
- uses: actions/checkout@v3
567532
- uses: actions/setup-python@v4
568533
with:
@@ -618,10 +583,6 @@ jobs:
618583
outputs:
619584
matrix: ${{ steps.set-matrix.outputs.matrix }}
620585
steps:
621-
- name: Collect Workflow Telemetry
622-
if: always()
623-
uses: runforesight/foresight-workflow-kit-action@v1
624-
625586
- uses: actions/checkout@v3
626587
- id: set-matrix
627588
run: echo "matrix={\"include\":$(jq -r tostring .github/workflows/prod.json)}" >> $GITHUB_OUTPUT
@@ -634,10 +595,6 @@ jobs:
634595
strategy:
635596
matrix: ${{fromJSON(needs.load-prod-matrix2.outputs.matrix)}}
636597
steps:
637-
- name: Collect Workflow Telemetry
638-
if: always()
639-
uses: runforesight/foresight-workflow-kit-action@v1
640-
641598
- uses: actions/checkout@v3
642599
- uses: actions/setup-python@v4
643600
with:
@@ -691,10 +648,6 @@ jobs:
691648
needs: [deploy-prod]
692649
runs-on: ubuntu-20.04
693650
steps:
694-
- name: Collect Workflow Telemetry
695-
if: always()
696-
uses: runforesight/foresight-workflow-kit-action@v1
697-
698651
- uses: actions/checkout@v3
699652

700653
- name: Assume the prod pipeline user role

0 commit comments

Comments
 (0)