-
Notifications
You must be signed in to change notification settings - Fork 14
feat: Add integration test framework #126
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
Changes from 110 commits
5fa6733
7520403
8c7b658
b4f24d4
c6ffa97
1342568
2cb9000
350a350
9775c06
073b6fe
8df4cf1
3de7ab9
0273b7b
057c091
03f49e0
ced97e3
c90fa43
902c043
fca75e4
1cd3779
ec5322f
96c49f0
8f84bd0
d56b344
f25f084
1005d20
d48ca0a
2d3cc49
9a0b094
90f99fd
15112e3
5ab37ba
7e77fdb
5539497
5c4304a
884ec4f
827a9fb
8f76a9f
0bf28ac
b5446b7
d8cb5fa
65014ad
7a752a2
1f6f7d8
91665f3
83b68eb
2911539
5f4edb0
c410c9d
21bd39d
4587dfa
f3dbf94
9598802
e8eddfc
b3de3e7
691b535
9e9b33e
1b957d7
1a51e9d
0423230
75bd0fd
8dfabad
fc45cde
c25f35d
c456e5a
5b91fdd
a17390f
c65abea
02a5403
bfe164b
831b424
92082ed
85c0f14
0c052cb
049b9a6
3a7589f
2f91731
03e64e2
3423c5f
8ea09b3
176c190
b327788
4a73af5
30aaaaf
d97cf01
05e095d
7e85682
fc3629f
68640b6
9d6c9b5
6eab853
0765d37
ae9eea3
29249cd
f7eea6f
9c556d4
18ea28b
f78e177
93056e3
43d2035
9cdc403
166590d
f23cab0
e0c41c7
5ffb06d
b01fbfa
859d36f
c7b9b8c
2bf8b60
71b6421
0610501
e6986ae
a2d5c56
1072ad7
ea119f4
cd25f98
8cbba0b
e34553a
87b3729
0bee483
2be6d11
e2c571c
37bbe54
49cfb1d
af5e3c7
ed8bc51
d5554b1
1dbbc55
31b3716
2309d8e
d35e4b8
948e8a5
e7ebd8d
a6e3b62
3c5bc0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 8.3.0 | ||
| 8.4.1 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. With older bazel version Python 3.12 is not found in QNX builds |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,5 +28,7 @@ RUN if [ "$USERNAME" != "vscode" ]; then \ | |
| && chmod 0440 /etc/sudoers.d/${USERNAME}; \ | ||
| fi | ||
|
|
||
| RUN apt-get update && apt-get install -y qemu-system-x86 iputils-ping tcpdump cloud-image-utils | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These tools are at the moment not managed by bazel, but used from the environment by bazel. I guess some might not like it. |
||
|
|
||
| # Set the default user for the container | ||
| USER ${USERNAME} | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "features": { | ||
| "ghcr.io/devcontainers/features/docker-in-docker:3": { | ||
| "version": "3.0.1", | ||
| "resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:ca2508495b01ba29eba93e8153772a2daa65eaa86471cc6863fe2a3d21933df9", | ||
| "integrity": "sha256:ca2508495b01ba29eba93e8153772a2daa65eaa86471cc6863fe2a3d21933df9" | ||
| } | ||
| } | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.