Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add test-integrations #16915

Merged
merged 33 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bc630a7
add test-integrations workflow
jmurret Apr 7, 2023
1c8731c
add test-integrations success job
jmurret Apr 7, 2023
76b7e2d
update vault integration testing versions (#16949)
eikenb Apr 10, 2023
21f3d86
change parallelism to 4 forgotestsum. use env.CONSUL_VERSION so we c…
jmurret Apr 11, 2023
12e053f
use env for repeated values
jmurret Apr 11, 2023
0fc2445
match test to circleci
jmurret Apr 11, 2023
025240c
fix envvar
jmurret Apr 11, 2023
cbece51
fix envvar 2
jmurret Apr 11, 2023
3d42297
fix envvar 3
jmurret Apr 11, 2023
2f1af3b
fix envvar 4
jmurret Apr 11, 2023
a5c24fb
fix envvar 5
jmurret Apr 11, 2023
eb3e524
make upgrade and compatibility tests match circleci
jmurret Apr 11, 2023
107b85c
run go env to check environment
jmurret Apr 11, 2023
f0ce0f9
debug docker
loshz Apr 11, 2023
a7996c7
debug docker
loshz Apr 11, 2023
27b6701
revert debug docker
loshz Apr 11, 2023
643c0d8
going back to command that worked 5 days ago for compatibility tests
jmurret Apr 12, 2023
7462054
Update Envoy versions to reflect changes in #16889
nathancoleman Apr 12, 2023
d745c3a
cd to test dir
jmurret Apr 12, 2023
fa0c12e
try running ubuntu latest
jmurret Apr 12, 2023
cb9f7ae
update PR with latest changes that work in enterprise
jmurret Apr 13, 2023
c3bbce0
yaml still sucks
jmurret Apr 13, 2023
a78c2f5
test GH fix (localhost resolution)
sarahethompson Apr 17, 2023
3d73a6b
change for testing
sarahethompson Apr 17, 2023
73afaa7
test splitting and ipv6 lookup for compatibility and upgrade tests
jmurret Apr 18, 2023
9574d61
fix indention
jmurret Apr 18, 2023
2d87c4a
consul as image name
jmurret Apr 18, 2023
b6581e2
remove the on push
jmurret Apr 18, 2023
757964b
add gotestsum back in
jmurret Apr 18, 2023
63ca1db
removing the use of the gotestsum download action
jmurret Apr 18, 2023
00d39eb
yaml sucks today just like yesterday
jmurret Apr 18, 2023
101ff18
fixing nomad tests
jmurret Apr 18, 2023
4c788e4
worked out the kinks on enterprise
jmurret Apr 19, 2023
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
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ jobs:
sudo tar -C /usr/local -xzvf go${GO_VERSION}.linux-amd64.tar.gz
environment:
<<: *ENVIRONMENT
- run: go env
- run: *install-gotestsum
- run: docker build -t consul:local -f ./build-support/docker/Consul-Dev.dockerfile .
- run:
Expand Down Expand Up @@ -409,6 +410,7 @@ jobs:
sudo tar -C /usr/local -xzvf go${GO_VERSION}.linux-amd64.tar.gz
environment:
<<: *ENVIRONMENT
- run: go env
- run: *install-gotestsum
- run: docker build -t consul:local -f ./build-support/docker/Consul-Dev.dockerfile .
- run:
Expand Down
Loading