Skip to content

Commit b66d3b1

Browse files
authored
chore(ci): remove circleci (magma#11465)
Signed-off-by: Marie Bremner <[email protected]>
1 parent a6e195e commit b66d3b1

22 files changed

+12
-1360
lines changed

.circleci/config.yml

-847
This file was deleted.

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ RUN ldconfig -v
322322
##### Install Python requirements
323323
RUN pip3 install --quiet --upgrade --no-cache-dir "setuptools==49.6.0"
324324

325-
### install python3-aioeventlet from the magma apt repo (from .circleci/config.yml)
325+
### install python3-aioeventlet from the magma apt repo
326326
COPY orc8r/tools/ansible/roles/pkgrepo/files/jfrog.pub /tmp/
327327
RUN apt-key add /tmp/jfrog.pub && \
328328
echo "deb https://facebookconnectivity.jfrog.io/artifactory/list/dev-focal/ focal main" > /etc/apt/sources.list.d/fbc.list && \

.github/workflows/autolabel-pullrequests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on: # yamllint disable-line rule:truthy
77
types: [opened, reopened, synchronize]
88
paths:
99
- 'ci-scripts/**'
10-
- '.circleci/**'
11-
- 'circleci/**'
1210
- '.github/**'
1311
- 'cn/**'
1412
- 'cwf/**'
@@ -53,8 +51,6 @@ jobs:
5351
for (const f of pulledFiles['data']) {
5452
switch (true) {
5553
case /^ci-scripts\/.*/.test(f.filename):
56-
case /^\.circleci\/.*/.test(f.filename):
57-
case /^circleci\/.*/.test(f.filename):
5854
case /^\.github\/workflows\/.*/.test(f.filename):
5955
case /^third_party\/build\/.*/.test(f.filename):
6056
case /^orc8r\/tools\/packer\/.*/.test(f.filename):

.github/workflows/backport.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install python prerequisites
2424
run: pip3 install fabric3 jsonpickle requests PyYAML PyGithub
2525
- run: |
26-
cd ${MAGMA_ROOT}/circleci/release
26+
cd ${MAGMA_ROOT}/.github/workflows/scripts
2727
fab find_release_commits
2828
- name: Extract commit title
2929
if: failure()

.github/workflows/composite/sentry-create-and-upload-artifacts/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ runs:
2525
shell: bash
2626
run: |
2727
# The assumption here is that packages.tar.gz was copied out and untarred
28-
# in $MAGMA_ROOT/circleci in the magma_integ_test step
2928
echo "${{ inputs.PATH_TO_EXEC }} ${{ inputs.EXECUTABLE_NAME }}"
3029
cd "${{ inputs.PATH_TO_EXEC }}"
3130
ls -R

.github/workflows/cwag-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
go-version: '1.15.7'
4848
- name: Run golang_before_install.sh script
49-
run: ./circleci/golang_before_install.sh
49+
run: ./.github/workflows/scripts/golang_before_install.sh
5050
- name: Run go mod download with retry
5151
uses: nick-invision/retry@v2
5252
with:

.github/workflows/cwf-operator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
go-version: '1.15.7'
4747
- name: Run golang_before_install.sh script
48-
run: ./circleci/golang_before_install.sh
48+
run: ./.github/workflows/scripts/golang_before_install.sh
4949
- name: Run go mod download with retry
5050
uses: nick-invision/retry@v2
5151
with:

.github/workflows/feg-workflow.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
go-version: '1.15.7'
5959
- run: go version
6060
- name: Run golang_before_install.sh script
61-
run: |
62-
./circleci/golang_before_install.sh
61+
run: ./.github/workflows/scripts/golang_before_install.sh
6362
- name: Run go mod download with retry
6463
uses: nick-invision/retry@v2
6564
if: always()

.github/workflows/fossa-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run fossa analyze script
3737
run: |
3838
echo "Running fossa-analyze-go.sh"
39-
sudo ${MAGMA_ROOT}/circleci/fossa-analyze-go.sh
39+
sudo ${MAGMA_ROOT}/.github/workflows/scripts/fossa-analyze-go.sh
4040
- name: Extract commit title
4141
id: commit
4242
if: failure() && github.event_name == 'push'
File renamed without changes.
File renamed without changes.

CODEOWNERS

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# approvers-ci
2-
/.circleci/ @magma/approvers-ci
3-
/circleci/ @magma/approvers-ci
42
/ci-scripts/ @magma/approvers-ci
53
/.github/workflows/ @magma/approvers-ci
64
/third_party/build/ @magma/approvers-ci

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<a href="https://github.com/magma/magma/graphs/contributors"><img src="https://img.shields.io/github/contributors/magma/magma" alt="GitHub contributors"></a>
1212
<a href="https://github.com/magma/magma/commits/master"><img src="https://img.shields.io/github/last-commit/magma/magma" alt="GitHub last commit"></a>
1313
<a href="https://github.com/magma/magma/commits/master"><img src="https://img.shields.io/github/commit-activity/y/magma/magma" alt="GitHub commit activity the past week"></a>
14-
<a href="https://circleci.com/gh/magma/magma"><img src="https://circleci.com/gh/magma/magma.svg?style=shield" alt="CircleCI"></a>
1514
<a href="https://codecov.io/gh/magma/magma"><img src="https://codecov.io/gh/magma/magma/branch/master/graph/badge.svg" alt="CodeCov"></a>
1615
<a href="docs/readmes/lte/hil_tests.md"><img src="http://ens-spirent-test-summary.com.s3-us-west-1.amazonaws.com/sanity/hilsanityres.svg" alt="HIL AGW tests"></a>
1716
</p>

ci-scripts/JenkinsFile-CWAG-integ-test

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline {
4444
}
4545
steps{
4646
script {
47-
sh "./circleci/golang_before_install.sh"
47+
sh "./.github/workflows/scripts/golang_before_install.sh"
4848
dir("cwf/gateway"){
4949
sh "go mod download"
5050
sh "make -C ${MAGMA_ROOT}/cwf/gateway precommit"
@@ -131,8 +131,7 @@ pipeline {
131131
}
132132

133133
// On failure, transfer logs of key services from docker containers and
134-
// copy to the log directory. This will get stored as an artifact in the
135-
// circleCI config.
134+
// copy to the log directory. This will get stored as an artifact.
136135
// Following lines to be translated in to Jenkins DSL yet
137136
if (test_results) {
138137
currentBuild.result = 'FAILURE'

ci-scripts/JenkinsFile-CWAG-integ-test-libvirt

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline {
4444
}
4545
steps{
4646
script {
47-
sh "./circleci/golang_before_install.sh"
47+
sh "./.github/workflows/scripts/golang_before_install.sh"
4848
dir("cwf/gateway"){
4949
sh "go mod download"
5050
sh "make -C ${MAGMA_ROOT}/cwf/gateway precommit"
@@ -156,8 +156,7 @@ pipeline {
156156
}
157157

158158
// On failure, transfer logs of key services from docker containers and
159-
// copy to the log directory. This will get stored as an artifact in the
160-
// circleCI config.
159+
// copy to the log directory. This will get stored as an artifact.
161160
// Following lines to be translated in to Jenkins DSL yet
162161
if (test_results) {
163162
currentBuild.result = 'FAILURE'

circleci/docker/builder/Dockerfile

-24
This file was deleted.

0 commit comments

Comments
 (0)