dependabot[bot] and Stephen Kitt
0280e8aaf4
Bump actions/checkout from 3.1.0 to 3.2.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 10:50:31 +01:00
dependabot[bot] and Thomas Pantelis
d3afcbf5b3
Bump actions/checkout from 3.0.2 to 3.1.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/2541b1294d2704b0964813337f33b291d3f8596b...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-14 09:21:43 -04:00
Automated Release
dc3f31ab88
Update base image to use stable branch 'release-0.13'
...
Signed-off-by: Automated Release <release@submariner.io >
2022-06-20 08:28:01 +00:00
dependabot[bot] and Daniel Farrell
46997af20e
Bump actions/checkout from 2.3.4 to 3.0.2
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2.3.4 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f...2541b1294d2704b0964813337f33b291d3f8596b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 14:01:21 -04:00
Daniel Farrell and Thomas Pantelis
eea398da4e
Use SHAs for GHA versions
...
Per GitHub's security guidelines, GHAs should be pinned using full
length commit SHAs instead of tags.
The SHAs are of the commits currently resolved by the versions.
Even "trusted" GHAs from GitHub developers are pinned because it's
possible their repo rights could be compromised and a malicious GHA
published. These core repos are not frequently substantially updated.
Submariner-internal GHAs are left pinned at devel because we want
automatic updates from Shipyard's shared tooling.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2021-08-24 08:18:22 -04:00
Daniel Farrell and Stephen Kitt
97782b4bb4
Split E2E into default and full
...
Following the pattern from other repos, split the E2E test job into a
default job that runs a single default-only test always on PRs and a
full job that runs the full matrix when the ready-to-test label is
added.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2021-06-22 15:10:19 +02:00
Janki Chhatbar and Thomas Pantelis
69ff334c72
Add vxlan cable driver to test matrix
...
Signed-Off-By: Janki Chhatbar <jchhatba@redhat.com >
2021-06-14 09:15:16 -04:00
Stephen Kitt and Thomas Pantelis
df9a462b9b
Use short Kubernetes versions
...
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2021-06-01 22:25:17 -04:00
Daniel Farrell and Thomas Pantelis
e0c75d7db2
Test K8s versions 1.18, 1.19, and 1.20 in E2E
...
Use the new ability of the shared E2E GHA to configure the Kubernetes
version. Add jobs that cover the latest available patch versions
(limited by kind images) from the three most recent minor versions.
Only run one E2E job with all-default configuration per K8s version, for
some coverage with minimal overhead.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2021-04-05 13:07:59 -04:00
Mike Kolesnik
8d326e660e
Use the 'using' input for the E2E GHA
...
Signed-off-by: Mike Kolesnik <mkolesni@redhat.com >
2021-03-10 17:41:07 +02:00
Steve Mattar and Steve Mattar
c450f75c8e
feat: add lighthouse to e2e matrix
...
Signed-off-by: Steve Mattar <smattar@redhat.com >
2021-03-10 16:41:48 +02:00
Daniel Farrell and Thomas Pantelis
8d6ca0bd1d
Add cable driver to E2E matrix
...
Run E2E tests for all currently-supported cable drivers.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2021-03-05 09:47:25 -05:00
Miguel Angel Ajo and Miguel Angel Ajo Pelayo
dd6bc283c7
Enable globalnet E2E matrix
...
Signed-off-by: Miguel Angel Ajo <majopela@redhat.com >
2021-02-24 15:01:01 +01:00
Daniel Farrell and Stephen Kitt
c1177daa36
Use shared GHAs from Shipyard
...
Run the E2E tests using Submariner's custom GitHub Actions.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2021-02-08 09:47:58 +01:00
Stephen Kitt and Stephen Kitt
7ffc2bb663
Add an e2e GHA
...
For now this only uses the default deployment.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2020-11-10 18:45:33 +01:00