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

OPSEXP-2719: Wrap image creation with make #17

Merged
merged 38 commits into from
Aug 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f82d0c0
ignore OS packages
alxgomz Jul 29, 2024
252c010
allow fetching artifacts for a subset of targets only
alxgomz Jul 30, 2024
2528f67
add make wrapper and initial doc
alxgomz Jul 30, 2024
cf2006f
fixup
alxgomz Jul 30, 2024
7d0d0bf
remove gitignore dup
alxgomz Jul 31, 2024
e2aee05
ignore and cleanup more archive types
alxgomz Jul 31, 2024
d005260
gitignore cleanup
alxgomz Jul 31, 2024
f06a402
review comment
alxgomz Jul 31, 2024
01ecd17
review comment
alxgomz Jul 31, 2024
de253da
review comment
alxgomz Jul 31, 2024
dea2dd7
test Makefile independently
alxgomz Aug 2, 2024
1ce60b2
Merge branch 'main' into OPSEXP-2719
pmacius Aug 13, 2024
88267de
test
pmacius Aug 13, 2024
349ed02
Merge branch 'main' into OPSEXP-2719
pmacius Aug 13, 2024
38777ba
test
pmacius Aug 13, 2024
828548f
fix
pmacius Aug 13, 2024
99fc99c
fix
pmacius Aug 13, 2024
3706297
revert name of step
pmacius Aug 13, 2024
6f60eb6
free disk space
pmacius Aug 13, 2024
cf733db
add missing connectors inside make
pmacius Aug 13, 2024
99b97f9
skip checking the artfiacts
pmacius Aug 19, 2024
4fbbbc6
skip checking the artfiacts
pmacius Aug 19, 2024
5ae293f
fix
pmacius Aug 19, 2024
40bce95
add missing prepare connectors step
pmacius Aug 19, 2024
6451c67
test
pmacius Aug 19, 2024
051fbef
rebase
pmacius Aug 19, 2024
9c3a898
try different type of overriding probes
pmacius Aug 19, 2024
ba90802
test the workaround
pmacius Aug 19, 2024
b4d3583
try different approach
pmacius Aug 19, 2024
938339a
test
pmacius Aug 19, 2024
cc3ebe1
test alpha
pmacius Aug 19, 2024
85e99e3
disable different way
pmacius Aug 19, 2024
9666e5e
try ussing set
pmacius Aug 20, 2024
2cd5abc
try ussing set
pmacius Aug 20, 2024
a2a8a5c
Remove connectors - will be tested on tf-pipeline
pmacius Aug 20, 2024
2adc3fd
remove outputs
pmacius Aug 20, 2024
b0c6b16
Review comments
pmacius Aug 20, 2024
7f4deaf
uniform
pmacius Aug 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
Prev Previous commit
Next Next commit
try different approach
  • Loading branch information
pmacius committed Aug 19, 2024
commit b4d358351d0cf591614eb925c2dab8d5be2fe089
8 changes: 4 additions & 4 deletions test/helm/test-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ alfresco-connector-ms365:
image:
repository: localhost/alfresco-ooi-service
tag: latest
internalPort: null
internalPort: []
environment:
ALFRESCO_ADMIN_PASSWORD: admin
ALFRESCO_ADMIN_USERNAME: admin
livenessProbe: null
livenessProbe: {}
resources:
requests:
cpu: "0.01"
Expand All @@ -72,10 +72,10 @@ alfresco-connector-msteams:
image:
repository: localhost/alfresco-ms-teams-service
tag: latest
internalPort: null
internalPort: []
readinessProbe:
initialDelaySeconds: 120
livenessProbe: null
livenessProbe: {}
microsoft:
app:
id: admin
Expand Down
Loading