Skip to content

Commit 14d1af8

Browse files
author
Nicholas Thomson
committed
Clean workflow and update acktest
1 parent 69ba7f1 commit 14d1af8

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ on:
1111
description: 'Git ref for checking out the community repo. Default is main'
1212
required: false
1313
default: ''
14-
codeGeneratorRepo:
15-
description: 'Git repository for checking out the code-generator repo'
16-
required: false
17-
default: 'aws-controllers-k8s/code-generator'
18-
codeGeneratorRef:
19-
description: 'Git ref for checking out the code-generator repo. Default is main'
20-
required: false
21-
default: ''
2214
testInfraRepo:
2315
description: 'Git repository for checking out the test-infra repo'
2416
required: false
@@ -56,27 +48,13 @@ jobs:
5648
ref: ${{ github.event.inputs.communityRef }}
5749
path: './src/github.com/aws-controllers-k8s/community'
5850

59-
- name: checkout code-generator
60-
uses: actions/checkout@v2
61-
with:
62-
repository: ${{ github.event.inputs.codeGeneratorRepo }}
63-
ref: ${{ github.event.inputs.codeGeneratorRef }}
64-
path: './src/github.com/aws-controllers-k8s/code-generator'
65-
6651
- name: checkout test-infra
6752
uses: actions/checkout@v2
6853
with:
6954
repository: ${{ github.event.inputs.testInfraRepo }}
7055
ref: ${{ github.event.inputs.testInfraRef }}
7156
path: './src/github.com/aws-controllers-k8s/test-infra'
7257

73-
- name: build controller
74-
working-directory: './src/github.com/aws-controllers-k8s/community'
75-
run: ./scripts/build-controller.sh $SERVICE
76-
env:
77-
SERVICE: ${{ matrix.service }}
78-
GOPATH: ${{ github.workspace }}
79-
8058
- name: execute e2e tests
8159
working-directory: './src/github.com/aws-controllers-k8s/community'
8260
run: |

test/e2e/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
acktest @ git+https://github.com/RedbackThomson/ack-test-infra.git@b2ceaf3f28dca196dbd0c80ffdb57719096bead1
1+
acktest @ git+https://github.com/aws-controllers-k8s/test-infra.git@6c6d9dd4759c7bb2feecd11dc03e8516371812cc
22
apipkg==1.5
33
attrs==20.3.0
44
boto3==1.16.40
@@ -23,7 +23,7 @@ pytest==6.2.3
2323
pytest-forked==1.3.0
2424
pytest-xdist==2.2.0
2525
python-dateutil==2.8.1
26-
PyYAML==5.4
26+
PyYAML==5.3.1
2727
requests==2.25.1
2828
requests-oauthlib==1.3.0
2929
rsa==4.7.2

0 commit comments

Comments
 (0)