From 331a02aed676caf99735ad1f7c765e57cfc152ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 9 Sep 2024 20:21:33 +0200 Subject: [PATCH] cleanup dont need GA job still use circleci with proper config --- .circleci/config.yml | 1 - .github/workflows/cordova.yml | 39 ----------------------------------- 2 files changed, 40 deletions(-) delete mode 100644 .github/workflows/cordova.yml diff --git a/.circleci/config.yml b/.circleci/config.yml index 465e2bf9e28..62b5e0a3aa9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -348,7 +348,6 @@ jobs: export PATH="/home/circleci/.sdkman/candidates/gradle/8.7/bin:${PATH}" java --version gradle --version - echo $PATH ./meteor self-test \ "$TEST_GROUP" \ --retries ${METEOR_SELF_TEST_RETRIES} \ diff --git a/.github/workflows/cordova.yml b/.github/workflows/cordova.yml deleted file mode 100644 index 6486bf9113a..00000000000 --- a/.github/workflows/cordova.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Meteor Selftest Cordova - -on: - pull_request: - types: - - opened - - reopened - - synchronize - push: - branches: - - devel - - 2.x.x - -env: - # This multiplier scales the waitSecs for selftests. - TIMEOUT_SCALE_FACTOR: 8 - - # Retry failed tests additional times. - METEOR_SELF_TEST_RETRIES: 2 - -jobs: - build: - runs-on: ubuntu-latest - - container: - image: meteor/circleci:2024.09.11-android-34-node-20 - options: --entrypoint "/bin/bash" - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Test Cordova - run: | - export PATH="/home/circleci/.sdkman/candidates/gradle/8.7/bin:${PATH}" - java --version - gradle --version - echo $PATH - ./meteor self-test ^cordova