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

Feat/e2e test GitHub action #1

Merged
merged 28 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f8e25e7
initial attempte at CI
brandonjbjelland Jul 29, 2023
9a58167
adding a necessary permission
brandonjbjelland Jul 29, 2023
6d189bb
sudo everywhere
brandonjbjelland Jul 29, 2023
7d44eb2
action for gcloud install
brandonjbjelland Jul 29, 2023
f9b263e
removes devcontainer
brandonjbjelland Jul 29, 2023
3a8da97
modified the oidc attribute mapping
brandonjbjelland Jul 29, 2023
d58e4f1
added lock file existence check
brandonjbjelland Jul 29, 2023
213a728
checkpoint
brandonjbjelland Jul 29, 2023
28ba05d
threaded output now added to tests during execution
brandonjbjelland Jul 30, 2023
3144d54
refining the capture_output_stream script to allow standalone execution
brandonjbjelland Jul 30, 2023
850e486
pairing back to essentials
brandonjbjelland Jul 30, 2023
e437ab7
still needing an auth token via gcloud auth print-access-token
brandonjbjelland Jul 30, 2023
ae4cbfd
whittling down the paths to only those that exist
brandonjbjelland Jul 30, 2023
6fd72a1
trying to shuffle the build steps per actions docs to eliminate the u…
brandonjbjelland Jul 30, 2023
5a05b24
isort and black fmt
brandonjbjelland Jul 30, 2023
4607751
destroy complete
brandonjbjelland Jul 30, 2023
652db7e
gcp docs lie
brandonjbjelland Jul 30, 2023
44597b7
one more try without the auth function or token creation
brandonjbjelland Jul 30, 2023
b044518
dropped auth function
brandonjbjelland Jul 30, 2023
7eaa651
stopping background threads outside of the loop
brandonjbjelland Jul 30, 2023
d26c598
attempting to use daemonized threads instead
brandonjbjelland Jul 30, 2023
65b494a
triggering tests on more selective criteria to avoid churn
brandonjbjelland Jul 30, 2023
4eb7654
trying again with a comment based trigger
brandonjbjelland Jul 30, 2023
fbd712e
dropping member req
brandonjbjelland Jul 30, 2023
5713b94
trying just contains()
brandonjbjelland Jul 30, 2023
7758fd1
trying just issue comment
brandonjbjelland Jul 30, 2023
9ca7538
trying once more
brandonjbjelland Jul 30, 2023
41e8ff7
removing the PR-branch based test... maybe this needs a merge to main…
brandonjbjelland Jul 30, 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
55 changes: 0 additions & 55 deletions .devcontainer/Dockerfile

This file was deleted.

49 changes: 0 additions & 49 deletions .devcontainer/devcontainer.json

This file was deleted.

Loading