Skip to content

Commit

Permalink
Remove GitLab related files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Aug 2, 2023
1 parent 973317e commit 0f0c341
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/actions/smoke-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
- name: Build Test-Runner Container
uses: docker/build-push-action@v3
with:
file: tests/docker/Dockerfile
file: tests/Dockerfile
context: '.'
cache-from: type=gha,scope=test-runner
tags: test-runner:${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ updates:
interval: daily

- package-ecosystem: docker
directory: /tests/docker
directory: /tests
schedule:
interval: daily

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Output Variables
id: vars
run: |
echo "k8s_latest=$(grep -m1 'FROM kindest/node' <tests/docker/Dockerfile | awk -F'[:v]' '{print $3}')" >> $GITHUB_OUTPUT
echo "k8s_latest=$(grep -m1 'FROM kindest/node' <tests/Dockerfile | awk -F'[:v]' '{print $3}')" >> $GITHUB_OUTPUT
echo "chart_version=$(yq '.version' <deployments/helm-chart/Chart.yaml)" >> $GITHUB_OUTPUT
echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
- name: Build Test-Runner Container
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
with:
file: tests/docker/Dockerfile
file: tests/Dockerfile
context: "."
cache-from: type=gha,scope=test-runner
cache-to: type=gha,scope=test-runner,mode=max
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set other variables
id: vars
run: |
echo "k8s_version=$(grep -m1 'FROM kindest/node' <tests/docker/Dockerfile | awk -F'[:v]' '{print $3}')" >> $GITHUB_OUTPUT
echo "k8s_version=$(grep -m1 'FROM kindest/node' <tests/Dockerfile | awk -F'[:v]' '{print $3}')" >> $GITHUB_OUTPUT
check:
name: Check if updates are needed
Expand Down
4 changes: 0 additions & 4 deletions .gitlab-ci.yml

This file was deleted.

File renamed without changes.
27 changes: 0 additions & 27 deletions tests/docker/gitlab.Dockerfile

This file was deleted.

0 comments on commit 0f0c341

Please sign in to comment.