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

[SYSE-87] test-controller job decides test scope #771

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 0 additions & 21 deletions .github/workflows/del-env.yml

This file was deleted.

223 changes: 79 additions & 144 deletions .github/workflows/release.yml

Large diffs are not rendered by default.

99 changes: 0 additions & 99 deletions .github/workflows/sync-automation.yml

This file was deleted.

18 changes: 0 additions & 18 deletions ci/Dockerfile.slim

This file was deleted.

7 changes: 4 additions & 3 deletions ci/Dockerfile.std
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by: gromit policy
# Generated on: Wed Nov 29 23:09:25 UTC 2023
# Generated on: Thu Jan 18 17:24:56 UTC 2024

FROM debian:bullseye-slim
ARG TARGETARCH

Expand All @@ -9,8 +10,8 @@ RUN apt-get update \
&& apt-get dist-upgrade -y ca-certificates

# Remove some things to decrease CVE surface
RUN dpkg --purge --force-remove-essential curl ncurses-base \
&& rm /usr/bin/passwd && rm /usr/sbin/adduser
RUN dpkg --purge --force-remove-essential curl ncurses-base || true
RUN rm -fv /usr/bin/passwd /usr/sbin/adduser || true

# Clean up caches, unwanted .a and .o files
RUN rm -rf /root/.cache \
Expand Down
5 changes: 0 additions & 5 deletions ci/aws/al2.vars.json

This file was deleted.

101 changes: 0 additions & 101 deletions ci/aws/byol.pkr.hcl

This file was deleted.

9 changes: 0 additions & 9 deletions ci/aws/byol/install-tyk-pump.sh

This file was deleted.

5 changes: 0 additions & 5 deletions ci/aws/rhel.vars.json

This file was deleted.

3 changes: 0 additions & 3 deletions ci/aws/utils/10-run-tyk.conf

This file was deleted.

Loading
Loading