dongjoon-hyun commented on PR #72: URL: https://github.com/apache/spark-kubernetes-operator/pull/72#issuecomment-2297912150
It seems that there is ASF GitHub Action resource issue. The CI still didn't get resources to run. I verified this manually. ``` $ ./gradlew build buildDockerImage spark-operator-api:relocateGeneratedCR ... BUILD SUCCESSFUL in 2m 31s 62 actionable tasks: 62 executed `` $ helm install spark-kubernetes-operator --create-namespace -f build-tools/helm/spark-kubernetes-operator/values.yaml build-tools/helm/spark-kubernetes-operator/ NAME: spark-kubernetes-operator LAST DEPLOYED: Mon Aug 19 20:51:40 2024 NAMESPACE: default STATUS: deployed REVISION: 1 $ helm test spark-kubernetes-operator NAME: spark-kubernetes-operator LAST DEPLOYED: Mon Aug 19 20:51:40 2024 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: spark-kubernetes-operator-test-operator-rbac Last Started: Mon Aug 19 20:52:14 2024 Last Completed: Mon Aug 19 20:52:17 2024 Phase: Succeeded TEST SUITE: spark-kubernetes-operator-test-app-rbac Last Started: Mon Aug 19 20:52:03 2024 Last Completed: Mon Aug 19 20:52:14 2024 Phase: Succeeded $ k apply -f examples/pi.yaml sparkapplication.spark.apache.org/pi created $ k get sparkapp NAME CURRENT STATE AGE pi RunningHealthy 4s $ k get sparkapp NAME CURRENT STATE AGE pi ResourceReleased 16s ``` Merged to main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
