Skip to content
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
20698e7
added test for linode_type and account_transfer
vshanthe Dec 20, 2023
5063f19
remove print statment
vshanthe Jan 3, 2024
ba4b2e1
Merge branch 'linode:dev' into dev
vshanthe Jan 10, 2024
0e18929
Merge branch 'linode:dev' into dev
vshanthe Jan 24, 2024
ba9f2ce
Merge branch 'linode:dev' into dev
vshanthe Feb 14, 2024
1269881
Merge branch 'linode:dev' into dev
vshanthe Mar 4, 2024
aa454b0
Merge branch 'linode:dev' into dev
vshanthe Mar 11, 2024
2b2f060
Merge branch 'linode:dev' into dev
vshanthe Mar 13, 2024
50da563
Merge branch 'linode:dev' into dev
vshanthe Mar 18, 2024
2823bf0
Merge branch 'linode:dev' into dev
vshanthe Mar 29, 2024
45915d2
Merge branch 'linode:dev' into dev
vshanthe Apr 12, 2024
cd1fac2
Merge branch 'linode:dev' into dev
vshanthe Apr 29, 2024
7eceff3
Merge branch 'linode:dev' into dev
vshanthe Apr 30, 2024
b91a779
Merge branch 'linode:dev' into dev
vshanthe May 2, 2024
6483c1c
Merge branch 'linode:dev' into dev
vshanthe May 3, 2024
ff1da19
Merge branch 'linode:dev' into dev
vshanthe May 7, 2024
fa1c18c
Merge branch 'linode:dev' into dev
vshanthe Jun 10, 2024
05a39c6
Merge branch 'linode:dev' into dev
vshanthe Jun 19, 2024
b4c33e9
Merge branch 'linode:dev' into dev
vshanthe Jul 11, 2024
71934ba
Merge branch 'linode:dev' into dev
vshanthe Jul 17, 2024
4e2d0c4
Merge branch 'linode:dev' into dev
vshanthe Jul 19, 2024
57e9ace
Merge branch 'linode:dev' into dev
vshanthe Jul 30, 2024
2a16f7a
Merge branch 'linode:dev' into dev
vshanthe Aug 1, 2024
c49197e
Merge branch 'linode:dev' into dev
vshanthe Aug 9, 2024
e1cf42b
Merge branch 'linode:dev' into dev
vshanthe Aug 21, 2024
6393473
Merge branch 'linode:dev' into dev
vshanthe Sep 9, 2024
b72431a
Merge branch 'linode:dev' into dev
vshanthe Sep 17, 2024
7b960c6
Merge branch 'linode:dev' into dev
vshanthe Oct 8, 2024
a91dad9
Merge branch 'linode:dev' into dev
vshanthe Oct 10, 2024
4ec9161
Merge branch 'linode:dev' into dev
vshanthe Oct 16, 2024
2910b0d
Merge branch 'linode:dev' into dev
vshanthe Oct 24, 2024
b0b8305
Merge branch 'linode:dev' into dev
vshanthe Oct 25, 2024
8856f52
Merge branch 'linode:dev' into dev
vshanthe Oct 30, 2024
f9b190d
Merge branch 'linode:dev' into dev
vshanthe Nov 11, 2024
120480b
Merge branch 'linode:dev' into dev
vshanthe Nov 13, 2024
5235119
spec changes
vshanthe Nov 13, 2024
ea4a9e0
Update e2e-suite.yml
vshanthe Nov 18, 2024
d4edc52
Merge branch 'dev' into spec
vshanthe Nov 18, 2024
972e5c2
Update e2e-suite.yml
vshanthe Nov 20, 2024
f988eb5
Merge branch 'dev' into spec
vshanthe Nov 20, 2024
7061694
Update e2e-suite.yml
vshanthe Nov 20, 2024
8d42926
integration test step clean up
ykim-akamai Nov 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/e2e-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ on:
pull_request_number:
description: 'The number of the PR. Ensure sha value is provided'
required: false
openapi_spec_url:
description: 'URL of the OpenAPI spec to use for the tests'
required: false
default: ''
python-version:
description: 'Specify Python version to use'
required: false
Expand All @@ -36,6 +40,7 @@ on:
options:
- 'true'
- 'false'

push:
branches:
- main
Expand Down Expand Up @@ -107,7 +112,7 @@ jobs:
pip install .[obj,dev]

- name: Install Package
run: make install
run: make install SPEC="${{ inputs.OPENAPI_SPEC_URL }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -296,4 +301,4 @@ jobs:
]
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Loading